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).
==============
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
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
Close
Hashes for ihela-oauth2-provider-0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 321344daa12bdc05d9fa781a6f2f4849ca44a2ff31514cd165cf2db68541431b |
|
MD5 | 14e84985cafd3617092a56f011a9f823 |
|
BLAKE2b-256 | 7cbe64a9deb0261870e46d30a62f897fa0c96bcaf006cb79abe958638df77e50 |