Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginHandler ¶
type LoginHandler struct {
UserStore oidcsdk.IUserStore
SessionManager *session.Manager
}
func NewLoginHandler ¶
func NewLoginHandler(userStore oidcsdk.IUserStore, 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.