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_fido
toINSTALLED_APPS
. -
Add
django_fido.backends.Fido2AuthenticationBackend
toAUTHENTICATION_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.7
- Add credential ID field.
- Drop
credential_data
field. - 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
polint
environment 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
django-fido-0.7.tar.gz
(21.8 kB
view details)
File details
Details for the file django-fido-0.7.tar.gz
.
File metadata
- Download URL: django-fido-0.7.tar.gz
- Upload date:
- Size: 21.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aff741ea4eae542b87f0f6ced117d93012dcf616e2651a9ebc37257881d32f01 |
|
MD5 | 0a75d450c281cf0b98972e61fdb95ac4 |
|
BLAKE2b-256 | 64dbd5c0e99a43629670c718fb7ea65642ec1d7b615cad4b6d88cd9e88252d63 |