A simple Django app with authentication backend for OneTimePassword
Project description
Django One Time Password is authentication backend for use one time passwords.
Detailed documentation is in the “docs” directory.
Quick start
Add “django_OneTimePassword” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'django_OneTimePassword', )
Include the backend in your AUTHENTICATION_BACKENDS settings like this:
'django_OneTimePassword.backends.OneTimePassword',
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
Close
Hashes for django-OneTimePassword-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7977a82d321ed8e03d4c808add05d1bd3e2bc4c29c814e5b442fca7d1da4b74f |
|
MD5 | 0a6ff5fe8f6315d9215a076027cd40d3 |
|
BLAKE2b-256 | de887f549f2901b070ecb7d14e41ddb76672a1c127fe7b8fa7e4418bcc6d7894 |