Generate API tokens for django-restframework
Project description
django-apitokens
Generate tokens compatible with Django Restframework (drf) from your Django Admin view:
- Create new tokens at will (after being generated, they no longer can be reversed, since only a digest is stored in the database).
- Add expirity dates (supports time and date)
- Remove tokens when you no longer need them.
My Token view
Add token view
Install
- Install the python package:
pip install django-apitokens - Add
apitokensto your Django installed apps:
# In your settings.py
INSTALLED_APPS = [
...
'apitokens',
]
- Ensure you are using
knoxTokenAuthenticationclass:
# In your settings.py
REST_FRAMEWORK = {
...,
'DEFAULT_AUTHENTICATION_CLASSES': (
'knox.auth.TokenAuthentication',
...,
),
...,
}
- You are set to use tokens generated through this app as a way to login with the DRF framework.
Contributing
To contribute code to this app, ensure you're following the community guidelines
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_apitokens-0.0.4.tar.gz
(10.7 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 django_apitokens-0.0.4.tar.gz.
File metadata
- Download URL: django_apitokens-0.0.4.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06ab23c0211888b2d9c2f1be4ccdf882b1b903b95665307031a21709082ae079
|
|
| MD5 |
82ecb9515214aa3b0028a193ec51e480
|
|
| BLAKE2b-256 |
a7a03fa901ed3274d67cab2fcb3835f8bdbd58f543a6a73fd6c3cdc941b9cb23
|
File details
Details for the file django_apitokens-0.0.4-py3-none-any.whl.
File metadata
- Download URL: django_apitokens-0.0.4-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ee67dc2e8487d44e2f6b2f9af181d21a3509e49d401163d5bacaaf17f770d93
|
|
| MD5 |
5e87bcb72efde56033987bb39757eda4
|
|
| BLAKE2b-256 |
72472201fc7aba9e00ee82ed2f7a809e4e718f6905e683b969d3bef37ba13cab
|