Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler handles authentication-related HTTP requests
func NewHandler ¶
func NewHandler( logger logging.Logger, userRepo repositories.UserRepository, ) *Handler
NewHandler creates a new authentication handler
type WebLoginHandler ¶
type WebLoginHandler struct {
// contains filtered or unexported fields
}
WebLoginHandler handles the login page routes
func NewWebLoginHandler ¶
func NewWebLoginHandler(logger logging.Logger, renderer *view.Renderer) *WebLoginHandler
NewWebLoginHandler creates a new WebLoginHandler
func (*WebLoginHandler) Register ¶
func (h *WebLoginHandler) Register(e *echo.Echo)
Register sets up the routes for the web login handler
Click to show internal directories.
Click to hide internal directories.