xjwt.Verify and xjwt.VerifyRaw are strict verifying methods for validating a JWT is valid and well formed.
xkeyset.RemoteKeyset wraps a remote JWKs URL, caching and refreshing a list of JWKs in the background.
xjwt.RandomNonce provides a basic, random value, conforming to the jose.NonceSource interface.
xjwt.ParsePrivateKey converts a private key from a PEM encoding to a *jose.JSONWebKey.
xjwt is licensed under the Apache License Version 2.0. See the LICENSE file for details.
pquerna/xjwt is a fork of unmaintained ScaleFT/xjwt