Django application for FIDO protocol
Project description
django-fido
Django application for FIDO protocol
Django-fido provides basic components for FIDO 2 authentication - model to store user's FIDO 2 authenticator data and basic views.
Table of Contents
Dependencies
- Python 3.5 and higher
- Django >= 1.11
Configuration
-
Add
django_fidotoINSTALLED_APPS. -
Add
django_fido.backends.Fido2AuthenticationBackendtoAUTHENTICATION_BACKENDS. -
Link django-fido URLs into your
urls.py:urlpatterns += [ url(r'', include('django_fido.urls')), ]
Changes
See changelog.
Testing
Use tox to run tests
tox
License
See LICENSE.
Changelog
0.13
- Support fido2 0.6-0.8.
- Add support for python 3.8.
- Fixup annotations.
0.12
- Fix dependencies (add webpack-cli).
0.11
- Fix webpack output path.
0.10
- Fix dependencies (add webpack).
0.9
- Refactor JS code.
- Update setup.
- Add bumpversion.
0.8
- Fix JS translation lazynes.
- For empty values, submit button reload page.
0.7
- Add credential ID field.
- Drop
credential_datafield. - Update error messages.
- Mark django-fido as typed.
- Add JS hooks.
0.6
- Use FIDO 2 instead of U2F.
- Drop python 2.7.
- Add annotations and mypy check.
- Move repository to a CZ.NIC account.
0.5
- Fix JS translation lazynes
0.4
- Update JS messages.
- Drop unused
polintenvironment in tox.
0.3
- Store attestation certificate in database #6
- Install package data #7
0.2
- Accept any arguments in
BaseU2fRequestView.get - Add czech translations
- Fix links in README
0.1
- Initial version
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-fido-0.13.tar.gz.
File metadata
- Download URL: django-fido-0.13.tar.gz
- Upload date:
- Size: 132.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39892a54dde3b19484ec08c39f2142fdbae4ad16d3f41e5e8f6685287bfdd8e9
|
|
| MD5 |
4e06f8273412c617098bd18e327584b5
|
|
| BLAKE2b-256 |
ce77bcadd77c4ba6c4118757bd375dc19f60633fdac71b081400dfa2c074d891
|
File details
Details for the file django_fido-0.13-py3-none-any.whl.
File metadata
- Download URL: django_fido-0.13-py3-none-any.whl
- Upload date:
- Size: 283.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25c3fe865e4fbcccad443ace3e9d4e2567196cc772f342afb67e90c100486e3d
|
|
| MD5 |
a74b1cb53829eb6213c04acd204d02bb
|
|
| BLAKE2b-256 |
4ddc2ffbde1923803b9f29f05e9ed6f85af8f06d88da09862106de269cf3426f
|