Django application for FIDO protocol U2F
Project description
django-fido
Django application for FIDO protocol U2F
Django-fido provides basic components for authentication using FIDO U2F - model to store user's U2F-related data and basic views.
Table of Contents
Dependencies
- Python 2.7, 3.5 and 3.6
- Django >= 1.11
- python-u2flib-server
- python-six
Configuration
-
Add
django_fido
toINSTALLED_APPS
. -
Add
django_fido.backends.U2fAuthenticationBackend
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.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.2.tar.gz
(58.7 kB
view details)
File details
Details for the file django-fido-0.2.tar.gz
.
File metadata
- Download URL: django-fido-0.2.tar.gz
- Upload date:
- Size: 58.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 851d92c4b568ad09caae5ab85d78681b73f6b70732cc4e850f5db84e8332404a |
|
MD5 | 8b05255bdb541cd5301f607c2f1aca6d |
|
BLAKE2b-256 | c76277c238aed20d54f234f5793617371de6d2f168d3d1ff387624b6e014f938 |