1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
.. image:: https://img.shields.io/pypi/v/django-otp-yubikey?color=blue
:target: https://pypi.org/project/django-otp-yubikey/
:alt: PyPI
.. image:: https://img.shields.io/readthedocs/django-otp-yubikey
:target: https://django-otp-yubikey.readthedocs.io/
:alt: Documentation
.. image:: https://img.shields.io/badge/github-django--agent--trust-green
:target: https://github.com/django-otp/django-otp-yubikey
:alt: Source
This is a django-otp plugin that handles `YubiKey
<https://www.yubico.com/yubikey>`_ devices using the Yubico OTP algorithm. This
includes two device definitions: one to verify YubiKey tokens locally and
another to verify them against a `web service
<https://www.yubico.com/yubicloud>`_.
See `django-otp <https://pypi.org/project/django-otp>`_ for more information on
the OTP framework.
.. _upgrade notes: https://django-otp-yubikey.readthedocs.io/#upgrading
|