Skip to main content

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

Screenshot 2023-03-21 at 14 47 02

Add token view

Screenshot 2023-03-21 at 14 47 19

Install

  • Install the python package: pip install django-apitokens
  • Add apitokens to your Django installed apps:
# In your settings.py
INSTALLED_APPS = [
    ...
    'apitokens',
]
  • Ensure you are using knox TokenAuthentication class:
# 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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_apitokens-0.0.4-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

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

Hashes for django_apitokens-0.0.4.tar.gz
Algorithm Hash digest
SHA256 06ab23c0211888b2d9c2f1be4ccdf882b1b903b95665307031a21709082ae079
MD5 82ecb9515214aa3b0028a193ec51e480
BLAKE2b-256 a7a03fa901ed3274d67cab2fcb3835f8bdbd58f543a6a73fd6c3cdc941b9cb23

See more details on using hashes here.

File details

Details for the file django_apitokens-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for django_apitokens-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 9ee67dc2e8487d44e2f6b2f9af181d21a3509e49d401163d5bacaaf17f770d93
MD5 5e87bcb72efde56033987bb39757eda4
BLAKE2b-256 72472201fc7aba9e00ee82ed2f7a809e4e718f6905e683b969d3bef37ba13cab

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page