package
0.0.0-20210106173130-0f828a44b340
Repository: https://github.com/cardsity/management-api.git
Documentation: pkg.go.dev

# Functions

Creates a new JWT that contains the provided Claim signed by the key from the configuration.
Returns a new UserClaim instance.
Parses a JWT by first converting the supplied token string into a jwt.Token and then checking if the token is valid.

# Structs

Contains options for the JWT creation.
No description provided by the author

# Interfaces

Something that can be encoded into JWT claims.