package
0.0.0-20231224110512-8f456977beb7
Repository: https://github.com/aceberg/miniboard.git
Documentation: pkg.go.dev

# Functions

Auth - main auth func.
HashPassword - generate hash from password.
IsLoggedIn - check if user logged in.
LogOut - log out.
MatchPasswords - check if password and hash matches.
StartSession for new login.
ToTime - converts string (example: 3d) to time.Duration.

# Structs

Conf - auth config.