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.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.5.tar.gz
(22.2 kB
view details)
File details
Details for the file django-fido-0.5.tar.gz
.
File metadata
- Download URL: django-fido-0.5.tar.gz
- Upload date:
- Size: 22.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebbff9c04569bcc83a7532772c4b9f778b3e20101af1d356d9d4f272076288f0 |
|
MD5 | faf6072935f2a1aef50c8908225ab274 |
|
BLAKE2b-256 | 68f4b001653f1691e65079cc0de7bb24504c42ad5a15684d1703d0e2698bfa72 |