package
0.0.0-20210228205512-b40793196be8
Repository: https://github.com/dodevs/numeroscontroller.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 tget a single user.
CreateUser is the api used to tget a single user.
VerifyPassword checks the input password while verifying it with the passward in the DB.