Skip to main content

django-otp device implementation for U2F/Webauthn

Project description

Django OTP U2F

https://img.shields.io/pypi/v/django-otp-u2f.svg https://travis-ci.org/ossobv/django-otp-u2f.svg Documentation Status

Django OTP plugin for U2F.

Install

pip install django-otp-u2f
INSTALLED_APPS = [
    ...
    'otp_u2f',
    ...
]

History

0.2.0 (2021-12-23)

  • Switch to the Web Authentication API.

0.1.6 (2021-07-09)

  • Fix device verification to return the device used to sign the challenge instead of the device used to initiate the challenge.

  • Switch to setuptools_scm for automatic git versioning.

  • Move package data to setup.cfg.

  • Switch django TestCase to pytest fixtures.

  • Add Python 3.9 and Django 3.2 to the support matrix.

  • Move test dependencies to the otp_u2f[test] extra.

  • Switch to PEP517 package builder.

  • Exclude tests from package.

0.1.5 (2020-10-23)

  • Update to replace botched release :-)

0.1.4 (2020-10-23)

  • Fix deprecation warnings in preparation of Django 4.

  • Fix javascript logging call.

0.1.3 (2019-11-07)

  • Update minimum dependencies.

  • Add test for current authentication method.

0.1.2 (2019-11-07)

  • Use package setup whilelist.

  • Add original author.

  • Remove python 2 classifiers.

0.1.1 (2019-11-05)

  • First release on PyPI.

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-otp-u2f-0.2.1.tar.gz (26.7 kB view hashes)

Uploaded Source

Built Distribution

django_otp_u2f-0.2.1-py2.py3-none-any.whl (19.2 kB view hashes)

Uploaded Python 2 Python 3

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