Authen-OATH

This is an implementation of the HOTP and TOTP One Time Password
algorithms as defined by OATH (http://www.openautentication.org).

Please note that some of the code was largely influenced by the
excellent Authen::HOTP module. I modified that portion of the
code to make it more portable and to make use of Moose. No doubt
there are still some similarities, and I am indebted to Iain Wade
who wrote the Authen::HOTP module.

INSTALLATION

To install this module, run the following commands:

       perl Build.PL
       ./Build
       ./Build test
       ./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

   perldoc Authen::OATH

You can also look for information at:

   RT, CPAN's request tracker
       http://rt.cpan.org/NoAuth/Bugs.html?Dist=Authen-OATH

   AnnoCPAN, Annotated CPAN documentation
       http://annocpan.org/dist/Authen-OATH

   CPAN Ratings
       http://cpanratings.perl.org/d/Authen-OATH

   Search CPAN
       http://search.cpan.org/dist/Authen-OATH/


LICENSE AND COPYRIGHT

Copyright (C) 2010 Kurt Kincaid

This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.