package
2.1.0+incompatible
Repository: https://github.com/gislik/authboss.git
Documentation: pkg.go.dev
# Functions
BCryptRecoveryCodes hashes each recovery code given and return them in a new slice.
DecodeRecoveryCodes is an alias for strings.Split(",").
EncodeRecoveryCodes is an alias for strings.Join(",").
GenerateRecoveryCodes creates 10 recovery codes of the form: abd34-1b24do (using alphabet, of length recoveryCodeLength).
UseRecoveryCode deletes the code that was used from the string slice and returns it, the bool is true if a code was used.
# Constants
Data constants.
Data constants.
Data constants.
Page constants.
# Interfaces
User interface.