package
2.0.0+incompatible
Repository: https://github.com/gbrayhan/microservices-go.git
Documentation: pkg.go.dev

# Functions

GenerateJWTTokens generates the JWT tokens.
GetClaimsAndVerifyAccessToken verifies the access token and returns the claims.
GetClaimsAndVerifyRefreshToken verifies the refresh token and returns the claims.

# Structs

Auth contains the data of the authentication.
Claims is a struct that contains the claims of the JWT.