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.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.2.tar.gz (58.7 kB view details)

Uploaded Source

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

Hashes for django-fido-0.2.tar.gz
Algorithm Hash digest
SHA256 851d92c4b568ad09caae5ab85d78681b73f6b70732cc4e850f5db84e8332404a
MD5 8b05255bdb541cd5301f607c2f1aca6d
BLAKE2b-256 c76277c238aed20d54f234f5793617371de6d2f168d3d1ff387624b6e014f938

See more details on using hashes here.

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