package
1.8.1
Repository: https://github.com/ginger-go/micro.git
Documentation: pkg.go.dev

# Functions

CreateRSAKeyPair creates a new RSA key pair and returns the private key and public key in PEM format.
Issue issues a JWT token with the given claims, private key and ttl.
NewClaims creates a new Claims.
ParseWithPrivateKey parses a JWT token with the given claims and private key.
ParseWithPublicKey parses a JWT token with the given claims and public key.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Claims is designed for microservice ecosystem.