Module server::auth
[−]
[src]
Module for authenticating users and check privileges
Contains the User
type and functions to:
- check if a username-password pair is valid
- load the corresponding user
- check user permissions for every query
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. |