package
0.0.0-20241016230213-1694fd8a2dc3
Repository: https://github.com/eagerio/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

ClaimSet contains information about the JWT signature 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.