Skip to main content

Python yubico client

Project description

The YubiKey generates a One-Time Passcode (OTP) that your application or service, ensuring that only users with a valid YubiKey can gain access. This api will help you to validate a OTP thus obtained against a yubico server. Also supports custom Yubikey validation servers in addition to the default Yubico servers.

Its easy

::

from yubicoclient import YubicoClient client = YubicoClient(<client id>, <key>) client.verify(<OTP>)

To Install

$ pip install yubicoclient
(or)
$ easy_install yubicoclient

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

yubicoclient-0.2.0.tar.gz (4.1 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