package
0.0.0-20240412151228-af647b3a7c1b
Repository: https://github.com/lukmanern/gost.git
Documentation: pkg.go.dev
# Functions
NewJWTHandler func creates new JwtHandler struct.
# Structs
Claims struct will be generated as token,contains user data like ID, email and roles.
JWTHandler struct handles some key and redis connection The purpose of this is to handler and checking HTTP Header and/or checking is JWT blacklisted or not.