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

..03-May-2022-

lib/Authen/H25-May-2010-22271

t/H25-May-2010-9566

Build.PLH A D25-May-20101 KiB3520

ChangesH A D25-May-2010117 63

MANIFESTH A D25-May-2010148 1312

META.ymlH A D25-May-2010584 2726

Makefile.PLH A D25-May-2010547 2018

READMEH A D25-May-20101.4 KiB5333

README

1Authen-OATH
2
3This is an implementation of the HOTP and TOTP One Time Password
4algorithms as defined by OATH (http://www.openautentication.org).
5
6Please note that some of the code was largely influenced by the
7excellent Authen::HOTP module. I modified that portion of the
8code to make it more portable and to make use of Moose. No doubt
9there are still some similarities, and I am indebted to Iain Wade
10who wrote the Authen::HOTP module.
11
12INSTALLATION
13
14To install this module, run the following commands:
15
16	perl Build.PL
17	./Build
18	./Build test
19	./Build install
20
21SUPPORT AND DOCUMENTATION
22
23After installing, you can find documentation for this module with the
24perldoc command.
25
26    perldoc Authen::OATH
27
28You can also look for information at:
29
30    RT, CPAN's request tracker
31        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Authen-OATH
32
33    AnnoCPAN, Annotated CPAN documentation
34        http://annocpan.org/dist/Authen-OATH
35
36    CPAN Ratings
37        http://cpanratings.perl.org/d/Authen-OATH
38
39    Search CPAN
40        http://search.cpan.org/dist/Authen-OATH/
41
42
43LICENSE AND COPYRIGHT
44
45Copyright (C) 2010 Kurt Kincaid
46
47This program is free software; you can redistribute it and/or modify it
48under the terms of either: the GNU General Public License as published
49by the Free Software Foundation; or the Artistic License.
50
51See http://dev.perl.org/licenses/ for more information.
52
53