package
2.4.1+incompatible
Repository: https://github.com/go-authboss/authboss.git
Documentation: pkg.go.dev

# Packages

Package twofactor allows authentication via one time passwords.

# Functions

MustBeOTPable ensures the user can use one time passwords.

# Constants

DataNumberOTPs shows the number of otps for add/clear operations.
DataOTP shows the new otp that was added.
PageAdd is for adding an otp to the user.
PageClear is for deleting all the otps from the user.
PageLogin is for identifying the login page for parsing & validation.

# Structs

OTP module.

# Interfaces

User for one time passwords.