package
2.4.1+incompatible
Repository: https://github.com/go-authboss/authboss.git
Documentation: pkg.go.dev
# Functions
GenerateConfirmCreds generates pieces needed for user confirm selector: hash of the first half of a 64 byte value (to be stored in the database and used in SELECT query) verifier: hash of the second half of a 64 byte value (to be stored in database but never used in SELECT query) token: the user-facing base64 encoded selector+verifier.
Middleware ensures that a user is confirmed, or else it will intercept the request and send them to the confirm page, this will load the user if he's not been loaded yet from the session.
# Constants
DataConfirmURL is the name of the e-mail template variable that gives the url to send to the user for confirmation.
EmailConfirmHTML is the name of the html template for e-mails.
EmailConfirmTxt is the name of the text template for e-mails.
FormValueConfirm is the name of the form value for.
PageConfirm is only really used for the BodyReader.