# Functions
ExtractTokenFromHeader extracts the token string from the Authorization header.
GenerateToken generates a new JWT token.
HashPassword hashes the specified password.
VerifyPassword compares the specified password with the hashed password.
VerifyToken verifies the validity of a JWT token.