package
1.2.1
Repository: https://github.com/reaper47/recipya.git
Documentation: pkg.go.dev

# Functions

CreateToken creates a JWT token.
DecodeHashValidator decodes an encoded hashed validator using SHA-256.
GenerateSelectorAndValidator creates a selector and validator pair.
HashPassword hashes a plain text password using argon2.
ParseToken parses the JWT token for the userID.
VerifyPassword verifies whether the plain text password and the hashed password are equal.

# Type aliases

HashedPassword is the type for a hashed password.