Files
goutils/twofactor/doc.go
2025-11-16 21:51:38 -08:00

6 lines
187 B
Go

// Package 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