Implementing two factor authentication with perl
Debian GNU/Linux System Administration Resources 2017-07-12
Summary:
Two factor authentication is a system which is designed to improve security, by requiring a second factor, in addition to a username/password pair, to access a particular resource. Here we'll look briefly at how you add two factor support to your applications with Perl.