package
0.0.0-20211023200835-86131fcba3d9
Repository: https://github.com/aaronrebel09/user-authentication-golang.git
Documentation: pkg.go.dev

# 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.