package
0.0.0-20240930183216-c1b6262909ba
Repository: https://github.com/nqxcode/auth_microservice.git
Documentation: pkg.go.dev

# Functions

GenerateSalt generate salt for password hashing.
GenerateToken generate token.
HashPassword calculate hash for password with salt.
VerifyPassword check password with hash.
VerifyToken verify token.