git-subtree-dir: twofactor git-subtree-mainline:4dc135cfe0git-subtree-split:c999bf35b0
6 lines
179 B
Go
6 lines
179 B
Go
// twofactor implements two-factor authentication.
|
|
//
|
|
// Currently supported are RFC 4226 HOTP one-time passwords and
|
|
// RFC 6238 TOTP SHA-1 one-time passwords.
|
|
package twofactor
|