Skip to main content

A simple Django app to enable oAuth2 for iHela with django-allauth.

Project description

iHela Provider
==============

iHela Provider is a simple Django app to enable oAuth2 authentication with django-allauth.

Quick start
-----------
1. Install [django-allauth](https://github.com/pennersr/django-allauth)
`pip install django-allauth` and following the [install guide](https://django-allauth.readthedocs.io/en/latest/installation.html)
1. Add "ihelaprovider" to your INSTALLED_APPS setting like this:

```python
INSTALLED_APPS = [
...
"allauth",
"allauth.account",
"allauth.socialaccount",
"ihelaprovider",
]
```

2. Include the polls URLconf in your project urls.py like this::

```python
path("oAuth2/", include("ihelaprovider.urls")),
```

3. Run `python manage.py migrate` to create the polls models.

4. Start the development server and visit http://127.0.0.1:8000/admin/
to add the iHela provider with the application credentials given (you'll need the Admin app enabled).

Visit [iHela](https://ihela.online) and [django-allauth](https://github.com/pennersr/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.2.1.tar.gz (3.8 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: ihela-oauth2-provider-0.2.1.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7

File hashes

Hashes for ihela-oauth2-provider-0.2.1.tar.gz
Algorithm Hash digest
SHA256 046c163020037064dfb6f86d7bc24c2cc989e1c6da2f81cade2fd95e5a348de6
MD5 6a2b00e06c90a38e8e36b9e2f056690c
BLAKE2b-256 1235ce176a8da3787e3e885e57e6a9210c18419f0aeec85b80f098a1aea0e9f3

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