• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

YubiOTP.egg-info/H03-May-2022-4237

bin/H13-Aug-2020-438321

docs/H13-Aug-2020-484205

yubiotp/H13-Aug-2020-744554

CHANGES.rstH A D13-Aug-2020768 3418

LICENSEH A D22-Aug-20191.3 KiB2419

MANIFEST.inH A D23-Aug-2019101 53

PKG-INFOH A D13-Aug-20202 KiB4237

README.rstH A D26-Aug-20191.1 KiB2319

setup.cfgH A D13-Aug-2020139 149

setup.pyH A D13-Aug-20201 KiB3933

README.rst

1.. image:: https://img.shields.io/pypi/v/yubiotp?color=blue
2   :target: https://pypi.org/project/yubiotp/
3   :alt: PyPI
4.. image:: https://img.shields.io/readthedocs/yubiotp
5   :target: https://yubiotp.readthedocs.io/
6   :alt: Documentation
7.. image:: https://img.shields.io/badge/github-yubiotp-green
8   :target: https://github.com/django-otp/yubiotp
9   :alt: Source
10
11This is a library for verifying `YubiKey <https://www.yubico.com/>`_ OTP tokens.
12It includes both the low-level implementation for verifying tokens locally and
13clients for multiple versions of the Yubico validation web service. The primary
14audience is developers who wish to verify YubiKey tokens in their applications,
15presumably as part of a multi-factor authentication scheme.
16
17For testing and experimenting, the included ``yubikey`` script simulates one or
18more YubiKey devices using a config file. It also includes utility commands
19such as a modhex converter. See ``yubikey -h`` for details.
20
21This also includes a command-line web service client called ``yubiclient``. See
22``yubiclient -h`` for details.
23