package
0.0.0-20241214071503-e1eb56f75daa
Repository: https://github.com/hneemann/quiz.git
Documentation: pkg.go.dev

# Functions

LoginHandler returns a http.HandlerFunc that handles the login.
LogoutHandler returns a http.Handler that logs out the user.
New creates a new session manager.

# Constants

No description provided by the author

# Structs

LoginData is used to render the login page.
No description provided by the author
No description provided by the author

# Interfaces

Authenticator is used to authenticate a user.

# Type aliases

AuthFunc is a function that implements the Authenticator interface.