this application is for handling all auth operations
Project description
Installation
pip install dj-accounts
Configuration
INSTALLED_APPS = [
...,
'dj_accounts',
]
in your settings.py
# for custom register form
REGISTER_FORM = 'users.form.RegisterForm'
# django restFramework settings
REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': [
'rest_framework_simplejwt.authentication.JWTAuthentication',
],
}
in your settings.py
# django restFramework settings
REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': [
'rest_framework_simplejwt.authentication.JWTAuthentication',
],
}
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
dj-accounts-3.0.9.tar.gz
(40.0 kB
view details)
File details
Details for the file dj-accounts-3.0.9.tar.gz.
File metadata
- Download URL: dj-accounts-3.0.9.tar.gz
- Upload date:
- Size: 40.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/6.6.0 pkginfo/1.9.6 requests/2.29.0 requests-toolbelt/1.0.0 tqdm/4.65.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49a61fdfef873e520d8bd68b570ea2df6de84fc5ad333e092dc32ed2833a5c24
|
|
| MD5 |
5c6e73f948661f7febe07331bc947fa7
|
|
| BLAKE2b-256 |
23a1c402962344963af344075dbf56f8f0613b2e28508b32a2190ddf118a2acf
|