# Functions
ComparePassword is used to compare a user-inputted password to a hash to see if the password matches or not.
GeneratePassword is used to generate a new password hash for storing and comparing at a later date.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
A little bit of grace period in case we have to redeploy the socket or something.
# Structs
No description provided by the author
PasswordConfig is a password configuration for argon2.