This is a django-otp plugin that handles 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.

WWW: https://pypi.python.org/pypi/django-otp-yubikey
This commit is contained in:
Carlo Strub 2016-06-12 21:48:14 +00:00
parent d2afcdef62
commit 360dfdadf5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416824
4 changed files with 30 additions and 0 deletions

View File

@ -1565,6 +1565,7 @@
SUBDIR += py-django-mptt
SUBDIR += py-django-openid-auth
SUBDIR += py-django-otp
SUBDIR += py-django-otp-yubikey
SUBDIR += py-django-overextends
SUBDIR += py-django-paging
SUBDIR += py-django-photologue

View File

@ -0,0 +1,21 @@
# Created by: Carlo Strub <cs@FreeBSD.org>
# $FreeBSD$
PORTNAME= django-otp-yubikey
PORTVERSION= 0.3.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cs@FreeBSD.org
COMMENT= Plugin that verifies YubiKey OTP tokens
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}YubiOTP>0:security/py-YubiOTP \
${PYTHON_PKGNAMEPREFIX}django-otp>0:www/py-django-otp
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1465767590
SHA256 (django-otp-yubikey-0.3.3.tar.gz) = 0e9f748abf2e380163f33b28de2a1a1a5bb06b8f0c6e91fabdea70d49f1cf58a
SIZE (django-otp-yubikey-0.3.3.tar.gz) = 14233

View File

@ -0,0 +1,5 @@
This is a django-otp plugin that handles 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.
WWW: https://pypi.python.org/pypi/django-otp-yubikey