handler

package
v0.0.20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 16, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AccountDeactivate added in v0.0.16

func AccountDeactivate(a authgo.Authenticator, ts *template.Template) http.Handler

func AccountPassword

func AccountPassword(a authgo.Authenticator, ts *template.Template) http.Handler

func AccountRecovery

func AccountRecovery(a authgo.Authenticator, ts *template.Template) http.Handler

func AccountRecoveryVerification

func AccountRecoveryVerification(a authgo.Authenticator, ts *template.Template) http.Handler

func AttachAccountDeactivateHandler added in v0.0.16

func AttachAccountDeactivateHandler(m *http.ServeMux, a authgo.Authenticator, ts *template.Template)

func AttachAccountHandler

func AttachAccountHandler(m *http.ServeMux, a authgo.Authenticator, ts *template.Template)

func AttachAccountPasswordHandler

func AttachAccountPasswordHandler(m *http.ServeMux, a authgo.Authenticator, ts *template.Template)

func AttachAccountRecoveryHandler

func AttachAccountRecoveryHandler(m *http.ServeMux, a authgo.Authenticator, ts *template.Template)

func AttachAuthenticationHandlers

func AttachAuthenticationHandlers(m *http.ServeMux, a authgo.Authenticator, ts *template.Template)

func AttachSignInHandler

func AttachSignInHandler(m *http.ServeMux, a authgo.Authenticator, ts *template.Template)

func AttachSignOutHandler

func AttachSignOutHandler(m *http.ServeMux, a authgo.Authenticator, ts *template.Template)

func AttachSignUpHandler

func AttachSignUpHandler(m *http.ServeMux, a authgo.Authenticator, ts *template.Template)

func SignUpVerification

func SignUpVerification(a authgo.Authenticator, ts *template.Template) http.Handler

Types

type AccountDeactivateData added in v0.0.16

type AccountDeactivateData struct {
	Live    bool
	Account *authgo.Account
	Error   string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL