# Packages
The package provides a way to create compact JWTs, "zJWT".
# Functions
No description provided by the author
GetField extracts a field from the claims as a string.
No description provided by the author
GetIssuedAt returns the issued at as an int64.
GetScopeValues extracts the values of specified scopes from the claims.
IsMember returns whether or not the user's claims is a member of any of the groups.
MapClaims converts a jwt.Claims to a MapClaims.