package
0.0.0-20231212195335-8a6c329e4b15
Repository: https://github.com/davids-codex/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.
EncodeWithSigner encodes a header and claim set with the provided signer.
Verify tests whether the provided JWT token's signature was produced by the private key associated with the supplied public key.
# Type aliases
Signer returns a signature for the given data.