Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginHandler ¶
func NewLoginHandler ¶
func NewLoginHandler(userStore *store.UserStore, sessionManager *session.Manager) *LoginHandler
func (*LoginHandler) AuthenticateUser ¶
func (l *LoginHandler) AuthenticateUser(context echo.Context) error
func (*LoginHandler) Use ¶
func (l *LoginHandler) Use(e *echo.Echo)
Click to show internal directories.
Click to hide internal directories.