Fyle OAuth2 provider for Django, lets you associate Fyle accounts with your User accounts.
Project description
fyle-django-allauth
Fyle OAuth 2.0 provider for django-allauth, lets you associate Fyle accounts with your User accounts.
Dependencies
Install django-allauth and configure it.
Quick start
-
Install fyle-django-allauth
pip install fyle-django-allauth
-
Include 'fyle_allauth' in the INSTALLED_APPS section of settings.py :
INSTALLED_APPS = ( ... 'django.contrib.sites', 'allauth', 'allauth.account', 'allauth.socialaccount', 'fyle_allauth' # new
-
Fyle App registration (get your client_id and client_secret here)
- Login to Fyle
- Goto settings and click on Developers
- Click on create new app, enter the details and select type as OAuth 2.0
- For Redirect URI enter
- 'http://localhost:8000/accounts/fyle/login/callback/' for development
- 'https://your_domain/accounts/fyle/login/callback/' for production
- Note down the client_secret and client_id
-
Open django-admin and create a new record under Social Applications Select Fyle as provider and enter the above noted client_secret and client_id.
Final step is to add our site to the Chosen sites on the bottom.
-
Visit http://localhost:8000/accounts/fyle/login to login using your Fyle account.
-
If using a custom user model then add the below lines to settings.py
# For custom user model that has email as the user identifying field ACCOUNT_USER_MODEL_USERNAME_FIELD = None ACCOUNT_USERNAME_REQUIRED = False ACCOUNT_EMAIL_REQUIRED = True ACCOUNT_AUTHENTICATION_METHOD = 'email' # Disable verification mail [optional] ACCOUNT_EMAIL_VERIFICATION = 'none'
-
If you are using a different application then update your base URL by adding the below line to settings.py
FYLE_BASE_URL = 'https://app.fyle.in'
For more info on customisation refer the django-allauth documentation
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
Built Distribution
File details
Details for the file fyle-django-allauth-0.1.2.tar.gz
.
File metadata
- Download URL: fyle-django-allauth-0.1.2.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3fffaadd2260c3d35924047084eee10bfbcc8221d1595ac59396ec92848f2ab4 |
|
MD5 | 25e222931dd41f7af93d67b76d663192 |
|
BLAKE2b-256 | 3fe5e3a34c4da95a53005be37df192a1abf59a2e0372e53b039a1c6dc794fe84 |
File details
Details for the file fyle_django_allauth-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: fyle_django_allauth-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b26779113c9f5e834cdbfa1f010fe67f8ebea4c940eca39c9024d97cfce6f692 |
|
MD5 | 520a239abb85c48f23563e17ca11fb94 |
|
BLAKE2b-256 | 3ad51cf4450a3a1d93f427c6d9f3e561896e62305292fb46671706f4a74b31c3 |