Skip to main content

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

  1. Install django-allauth

    pip install django-allauth and following the install guide

  2. Add “ihelaprovider” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        "allauth",
        "allauth.account",
        "allauth.socialaccount",
        "ihelaprovider",
    ]
  3. Include the polls URLconf in your project urls.py like this:

    path("oAuth2/", include("ihelaprovider.urls")),
  4. Run python manage.py migrate to create the polls models.

  5. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ihela-oauth2-provider-0.1.2.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file ihela-oauth2-provider-0.1.2.tar.gz.

File metadata

  • Download URL: ihela-oauth2-provider-0.1.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

Hashes for ihela-oauth2-provider-0.1.2.tar.gz
Algorithm Hash digest
SHA256 53830426a3ab418e1a84c9ab16c0b09827580424a9e7114d98a9d009fcf882d0
MD5 f9e06e3df41b7639d16b71c7503c17a5
BLAKE2b-256 c7c96bd018344bf29ac7bc740a3e9b34217e0d5dc0d604e46239f88a0ab93db7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page