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-4.0.5.tar.gz
(38.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dj-accounts-4.0.5.tar.gz.
File metadata
- Download URL: dj-accounts-4.0.5.tar.gz
- Upload date:
- Size: 38.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
546dff9a78a6462e129dab52d290661237de6abc448e91860f61abaf7f09c074
|
|
| MD5 |
80f7fb39262ecd3f5dee6a965470ce4e
|
|
| BLAKE2b-256 |
2e0654234565436e7c0bbea1f4c201d632e78f048eea5d2b23ff187f83652be9
|
File details
Details for the file dj_accounts-4.0.5-py3-none-any.whl.
File metadata
- Download URL: dj_accounts-4.0.5-py3-none-any.whl
- Upload date:
- Size: 62.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.0rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82bcc645465132776ce0c5fb7de521650b4bb72e233e0c5b1e813d40cc312123
|
|
| MD5 |
b156d0c002001fcd9e091d5ce2c23b72
|
|
| BLAKE2b-256 |
86c1627fd8011ab0ea349a7ace7bfa25057026ba417c86186f16273a490bdb16
|