Module server::auth [] [src]

Module for authenticating users and check privileges

Contains the User type and functions to:

Structs

User

Contains information about the user that opened the connection. Is used for every type of access control.

Enums

AuthError

Errors that may occur during user authentication

Functions

find_user

Validates username and password and returns the matched user.