django-otp device implementation for U2F/Webauthn
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.3.2 (2024-08-14)
Opt out of fido2 json friendly mappings and pin to fido2<2.0
Update test matrix and dependencies
0.3.1 (2022-08-12)
Fix key registration with fido2-1.0.0.
0.3.0 (2022-07-19)
Upgrade to fido2-1.0.0.
Update supported Django versions.
0.2.5 (2022-06-09)
Depend on fido2<1 because >=1 has breaking changes.
0.2.4 (2022-01-13)
Allow form submission with keyboard.
0.2.3 (2021-12-24)
Delay key registration until the button is pressed to allow the user to change the name of the key during registration.
0.2.2 (2021-12-24)
Restore compatibility with python 3.6.
0.2.1 (2021-12-23)
Fix missing import.
0.2.0 (2021-12-23)
Switch to the Web Authentication API.
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
File details
Details for the file django_otp_u2f-0.3.2.tar.gz
.
File metadata
- Download URL: django_otp_u2f-0.3.2.tar.gz
- Upload date:
- Size: 27.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe7c97a84200e71450a2416a66abf8886c011b1c75a38f5d601f9b6468aa573b |
|
MD5 | 4d7cc9f9f6ee97900910da1fa7e398be |
|
BLAKE2b-256 | 7f7b3a94f2cdf072377d10002817bb5bde4b5ce3c0b5610a72b8c743f556ac49 |
File details
Details for the file django_otp_u2f-0.3.2-py2.py3-none-any.whl
.
File metadata
- Download URL: django_otp_u2f-0.3.2-py2.py3-none-any.whl
- Upload date:
- Size: 19.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 265ee785b19634bdafa1fd431815cec4fbb5757c9d735a5f717f073564736b22 |
|
MD5 | 1f79f2db4c15ab213c89c50eaab52b5e |
|
BLAKE2b-256 | da48d2d72812447608726462e7ab681de8590a82fbdca5b1d25dd00a60304c5a |