ihela-oauth2-provider 0.2.2

Creator: codyrutscher

Last updated:

Add to Cart

Description:

ihelaoauth2provider 0.2.2

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.