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.2.tar.gz
(34.6 kB
view details)
File details
Details for the file dj-accounts-3.0.2.tar.gz.
File metadata
- Download URL: dj-accounts-3.0.2.tar.gz
- Upload date:
- Size: 34.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb8b59901011b08b9b5e22490afade369ab21d17ada9666e4c5229dcbdd11cd7
|
|
| MD5 |
6389d87ec67ee76d21470d1bb3d470e7
|
|
| BLAKE2b-256 |
07eb3799b5b1ddc94b13cf29bcfa42323ecffd232610a54cbddd936359ade4f3
|