Documentation ¶
Index ¶
- func Account(a authgo.Authenticator, ts *template.Template) http.Handler
- func AccountDeactivate(a authgo.Authenticator, ts *template.Template) http.Handler
- func AccountPassword(a authgo.Authenticator, ts *template.Template) http.Handler
- func AccountRecovery(a authgo.Authenticator, ts *template.Template) http.Handler
- func AccountRecoveryVerification(a authgo.Authenticator, ts *template.Template) http.Handler
- func AttachAccountDeactivateHandler(m *http.ServeMux, a authgo.Authenticator, ts *template.Template)
- func AttachAccountHandler(m *http.ServeMux, a authgo.Authenticator, ts *template.Template)
- func AttachAccountPasswordHandler(m *http.ServeMux, a authgo.Authenticator, ts *template.Template)
- func AttachAccountRecoveryHandler(m *http.ServeMux, a authgo.Authenticator, ts *template.Template)
- func AttachAuthenticationHandlers(m *http.ServeMux, a authgo.Authenticator, ts *template.Template)
- func AttachSignInHandler(m *http.ServeMux, a authgo.Authenticator, ts *template.Template)
- func AttachSignOutHandler(m *http.ServeMux, a authgo.Authenticator, ts *template.Template)
- func AttachSignUpHandler(m *http.ServeMux, a authgo.Authenticator, ts *template.Template)
- func SignIn(a authgo.Authenticator, ts *template.Template) http.Handler
- func SignOut(a authgo.Authenticator, ts *template.Template) http.Handler
- func SignUp(a authgo.Authenticator, ts *template.Template) http.Handler
- func SignUpVerification(a authgo.Authenticator, ts *template.Template) http.Handler
- type AccountDeactivateData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccountDeactivate ¶ added in v0.0.16
func AccountPassword ¶
func AccountRecovery ¶
func AttachAccountDeactivateHandler ¶ added in v0.0.16
func AttachAccountHandler ¶
func AttachSignInHandler ¶
func AttachSignOutHandler ¶
func AttachSignUpHandler ¶
func SignUpVerification ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.