Versions in this module Expand all Collapse all v0 v0.1.0 Mar 1, 2026 Changes in this version + type AuthProxy struct + HealthCheck func() bool + func NewAuthProxy(boURL, cookieDomain string, secure bool) *AuthProxy + func (p *AuthProxy) ForgotPasswordHandler(setFlash func(http.ResponseWriter, string, string)) http.HandlerFunc + func (p *AuthProxy) LoginHandler(setFlash func(http.ResponseWriter, string, string)) http.HandlerFunc + func (p *AuthProxy) RegisterHandler(setFlash func(http.ResponseWriter, string, string)) http.HandlerFunc + func (p *AuthProxy) ResetPasswordHandler(setFlash func(http.ResponseWriter, string, string)) http.HandlerFunc