Versions in this module Expand all Collapse all v0 v0.1.7 Jun 2, 2026 Changes in this version + const DataConfirmURL + const EmailConfirmHTML + const EmailConfirmTxt + const FormValueConfirm + const PageConfirm + func GenerateConfirmCreds() (selector, verifier, token string, err error) + func Middleware(ab *authboss.Authboss) func(http.Handler) http.Handler + type Confirm struct + func (c *Confirm) Get(w http.ResponseWriter, r *http.Request) error + func (c *Confirm) Init(ab *authboss.Authboss) (err error) + func (c *Confirm) PreventAuth(w http.ResponseWriter, r *http.Request, handled bool) (bool, error) + func (c *Confirm) SendConfirmEmail(ctx context.Context, to, token string) + func (c *Confirm) StartConfirmation(ctx context.Context, user authboss.ConfirmableUser, sendEmail bool) error + func (c *Confirm) StartConfirmationWeb(w http.ResponseWriter, r *http.Request, handled bool) (bool, error)