Documentation
¶
Index ¶
- Constants
- func ChangePasswdHandler(peopleStore people.Store, tokenCreator oauth2.TokenCreator, ...) http.Handler
- func ChangePasswordHandler(peopleStore people.Store) http.Handler
- func Favicon16x16Handler() http.Handler
- func Favicon32x32Handler() http.Handler
- func FaviconHandler() http.Handler
- func HealthHandler(peopleStore people.Store) http.Handler
- func IndexHandler(basePath string, serverSettings *settings.Server, ...) http.Handler
- func InfoHandler(version, runtimeVersion string) http.Handler
- func LoadChangePasswdTemplate(filename string) error
- func LoadLoginTemplate(filename string) error
- func LoadLogoutTemplate(filename string) error
- func LoadPasswordResetMailTemplate(filename string) error
- func LoadResetPasswdTemplate(filename string) error
- func LoadSetup2FATemplate(filename string) error
- func LoginHandler(basePath string, sessionManager sessions.SessionManager, ...) http.Handler
- func LogoutHandler(basePath string, serverSettings *settings.Server, ...) http.Handler
- func LookupOTPAuthHandler(otpauthStore otpauth.Store) http.Handler
- func LookupPersonHandler(peopleStore people.Store, customVersions map[string]settings.CustomPeopleAPI, ...) http.Handler
- func MainScriptHandler() http.Handler
- func PutOTPAuthHandler(otpauthStore otpauth.Store, issuer string) http.Handler
- func PutPersonHandler(peopleStore people.Store) http.Handler
- func ResetOTPAuthHandler(otpauthStore otpauth.Store) http.Handler
- func ResetPasswdHandler(peopleStore people.Store, clientStore clients.Store, mailer mail.Mailer, ...) http.Handler
- func Setup2FAHandler(sessionManager sessions.SessionManager, clientStore clients.Store, ...) http.Handler
- func StyleHandler() http.Handler
- func ValidateOTPCodeHandler(otpauthStore otpauth.Store) http.Handler
- type OTPAuthDetails
Constants ¶
View Source
const ErrorUnsupportedMediaType = "unsupported_media_type"
Variables ¶
This section is empty.
Functions ¶
func ChangePasswdHandler ¶ added in v0.9.0
func ChangePasswdHandler(peopleStore people.Store, tokenCreator oauth2.TokenCreator, revocationStore revocation.Store, issuer, basePath, version string) http.Handler
func Favicon16x16Handler ¶
func Favicon32x32Handler ¶
func FaviconHandler ¶
func IndexHandler ¶
func InfoHandler ¶
func LoadChangePasswdTemplate ¶ added in v0.9.0
func LoadLoginTemplate ¶
func LoadLogoutTemplate ¶
func LoadPasswordResetMailTemplate ¶ added in v0.9.0
func LoadResetPasswdTemplate ¶ added in v0.9.0
func LoadSetup2FATemplate ¶ added in v0.8.0
func LoginHandler ¶
func LogoutHandler ¶
func LookupOTPAuthHandler ¶ added in v0.8.0
func LookupPersonHandler ¶
func LookupPersonHandler(peopleStore people.Store, customVersions map[string]settings.CustomPeopleAPI, roleMappings oauth2.RoleMappings) http.Handler
func MainScriptHandler ¶
func PutOTPAuthHandler ¶ added in v0.8.0
func ResetOTPAuthHandler ¶ added in v0.8.0
func ResetPasswdHandler ¶ added in v0.9.0
func Setup2FAHandler ¶ added in v0.8.0
func StyleHandler ¶
Types ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.