A simple Django app to enable oAuth2 for iHela with django-allauth.
Project description
iHela Provider is a simple Django app to enable oAuth2 authentication with django-allauth.
Quick start
- Install django-allauth
pip install django-allauth and following the install guide
Add “ihelaprovider” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... "allauth", "allauth.account", "allauth.socialaccount", "ihelaprovider", ]Include the polls URLconf in your project urls.py like this:
path("oAuth2/", include("ihelaprovider.urls")),Run python manage.py migrate to create the polls models.
Start the development server and visit http://127.0.0.1:8000/admin/ to the iHela provider with the application credentials given (you’ll need the Admin app enabled).
Visit iHela and django-allauth.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ihela-oauth2-provider-0.2.2.tar.gz.
File metadata
- Download URL: ihela-oauth2-provider-0.2.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
330643486de66d88553425b5b526bbb5a550ce8a6c574aa324966460ed9c9365
|
|
| MD5 |
299591bd543fcdc3e31a3a5eb06337e4
|
|
| BLAKE2b-256 |
1455dc663706f73c1ef9878e28e1a4c8f09b5219611dbf83bf8036e389a122d6
|