Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultSecretName = "burrito-admin-credentials" DefaultUsername = "admin" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicAuthHandlers ¶
type BasicAuthHandlers struct {
Username string
Password string
SessionCookie string
LoginHTTPMethod string
}
func (*BasicAuthHandlers) GetLoginHTTPMethod ¶
func (b *BasicAuthHandlers) GetLoginHTTPMethod() string
func (*BasicAuthHandlers) HandleCallback ¶
func (b *BasicAuthHandlers) HandleCallback(c echo.Context) error
func (*BasicAuthHandlers) HandleLogin ¶
func (b *BasicAuthHandlers) HandleLogin(c echo.Context) error
Click to show internal directories.
Click to hide internal directories.