package
0.0.0-20240706105249-f356f3c13b4b
Repository: https://github.com/ardihikaru/go-chi-example-part-2.git
Documentation: pkg.go.dev

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