# Functions
CheckPasswordHash compares the input password with the stored password, and finally validates if they are match or not.
CreateAccessToken creates an access token.
MakeTokenAuth creates token authentication.
# Type aliases
JWTClaims is the data type of claims in Encode() function (jwtauth.go).