package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.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.