django-otp device implementation for U2F
Project description
Django OTP U2F
Django OTP plugin for U2F.
Free software: GNU General Public License v3
Documentation: https://django-otp-u2f.readthedocs.io.
Install
pip install django-otp-u2f
INSTALLED_APPS = [
...
'otp_u2f',
...
]
History
0.1.6 (2021-07-09)
Fix device verification to return the device used to sign the challenge instead of the device used to initiate the challenge.
Switch to setuptools_scm for automatic git versioning.
Move package data to setup.cfg.
Switch django TestCase to pytest fixtures.
Add Python 3.9 and Django 3.2 to the support matrix.
Move test dependencies to the otp_u2f[test] extra.
Switch to PEP517 package builder.
Exclude tests from package.
0.1.5 (2020-10-23)
Update to replace botched release :-)
0.1.4 (2020-10-23)
Fix deprecation warnings in preparation of Django 4.
Fix javascript logging call.
0.1.3 (2019-11-07)
Update minimum dependencies.
Add test for current authentication method.
0.1.2 (2019-11-07)
Use package setup whilelist.
Add original author.
Remove python 2 classifiers.
0.1.1 (2019-11-05)
First release on PyPI.
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
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-otp-u2f-0.1.6.tar.gz.
File metadata
- Download URL: django-otp-u2f-0.1.6.tar.gz
- Upload date:
- Size: 19.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/49.3.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c02dedde6d88702a03302a407e09f3a069bf15351d1baa6d68667790a92721e
|
|
| MD5 |
d37e9a7c3f9e1660e3ff079a0414acb2
|
|
| BLAKE2b-256 |
260bf13550c02bebc0c09fa774b6d893761fff233192d351b03aedf1d2233b8b
|
File details
Details for the file django_otp_u2f-0.1.6-py2.py3-none-any.whl.
File metadata
- Download URL: django_otp_u2f-0.1.6-py2.py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/49.3.1 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
332c984c613b1cadaa3a9dbc686287ea5f20ab0dd3407ab0c05c7f87eac8d4a9
|
|
| MD5 |
2ed3b8f670b0f2a5ab3199f622df2e3b
|
|
| BLAKE2b-256 |
eac14b2f822149b4da04eb191561b17df6ece47db6d2901642b8f946d8980fd3
|