1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: libanyevent-yubico-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libanyevent-http-perl,
libdigest-hmac-perl,
libnet-ssleay-perl,
libtest-exception-perl,
liburi-perl,
libuuid-tiny-perl,
perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libanyevent-yubico-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libanyevent-yubico-perl.git
Homepage: https://metacpan.org/release/AnyEvent-Yubico
Package: libanyevent-yubico-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libanyevent-http-perl,
libdigest-hmac-perl,
libnet-ssleay-perl,
liburi-perl,
libuuid-tiny-perl
Description: Perl module for validating YubiKey OTPs in AnyEvent applications
AnyEvent::Yubico validates a YubiKey OTP (One Time Password) using the
YKVAL 2.0 protocol as defined here:
https://github.com/Yubico/yubikey-val/wiki/ValidationProtocolV20
.
To use this module, an API key is required which can be requested here:
https://upgrade.yubico.com/getapikey/
|