Skip to main content

Suite of Django tools around token authentication.

Project description

django-token-tools

Suite of Django tools around token authentication

Settings

TOKEN_TIMEOUT

Validity time of a token in seconds.

token_tools.generator.TokenGenerator

This module is a generic version of the token generator used by django for reset password URLs. You should implement token_idb64 and _make_hash_value to make it work.

token_idb64

This method must return a base64 encoded data, it's used to validate the token, and can embed data. It must not embed critical data, it can be simply decoded.

_make_hash_value

This is the hash value, it must be unique by user. It will be used to generate the token, and to validate a token with idb64 content.

0.2.0

  • Use default settings for TOKEN_TIMEOUT
  • Support Dajngo 4.1
  • Support Python 3.10
  • Move CI to github actions

0.1.2 (2019-12-17)

  • Documentation improvement
  • add support for django 3.0 and python 3.8

0.1.0 (2019-10-15)

  • First release

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-token-tools-0.2.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Supported by

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