# Functions
HashPassword is used to encrypt the password before it is stored in the DB.
Login is the api used to get a single user.
CreateUser is the api used to get a single user.
No description provided by the author
No description provided by the author
VerifyPassword checks the input password while verifying it with the password in the DB.