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