# Functions
Storage constructor.
# Structs
Storage combines UserDb and TokenDb to provide a unified storage solution for users and tokens.
Token represents an authentication token associated with a user.
TokenDb is a thread-safe structure that stores tokens indexed by their access tokens.
UserDb is a thread-safe structure that stores user information indexed by their login.
UserValues holds the information for a user, including their ID, password, and permissions.