Skip to main content

Django application for FIDO protocol U2F

Project description

django-fido

Build Status codecov

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

  1. Add django_fido to INSTALLED_APPS.

  2. Add django_fido.backends.U2fAuthenticationBackend to AUTHENTICATION_BACKENDS.

  3. 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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page