package
0.0.0-20150903111122-1adb5ce0720b
Repository: https://github.com/macaron-contrib/oauth2.git
Documentation: pkg.go.dev

# Functions

Decode decodes a claim set from a JWS payload.
Encode encodes a signed JWS with provided header and claim set.

# Structs

The JWT claim set contains information about the JWT including the permissions being requested (scopes), the target of the token, the issuer, the time the token was issued, and the lifetime of the token.
Header represents the header for the signed JWS payloads.