# Functions
CheckPwd checks if a password is correct.
HashPwd hashes a password.
NewStorage creates a users storage from a backend.
# Constants
No description provided by the author
No description provided by the author
# Structs
Permissions describe a user's permissions.
Storage is a users storage.
User describes a user.
# Interfaces
StorageBackend is the interface to implement for a users storage.
No description provided by the author
# Type aliases
ViewMode describes a view mode.