package
0.0.0-20240625133222-4325cf66d9dd
Repository: https://github.com/barton0403/btgo-pkg.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.