//
pkg.gl
Category
github.com/GodKimba/cuddly-golang-server
internal
users
package
0.0.0-20220515192650-9f6f249a52be
Repository:
https://github.com/godkimba/cuddly-golang-server.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
3
Files
75 SLOC
#
Functions
CheckPasswordHash
Compares raw password with it's hashed value.
GetUserIdByUsername
Checks if a user exists in the database by its given username.
HashPassword
Hashes the given password.
#
Structs
User
No description provided by the author
WrongUsernameOrPasswordError
No description provided by the author