Did you know ... Search Documentation:
Pack googleclient -- prolog/jwt.pl
PublicShow source

This library is a very early start to deal with JOSE: JSON Object Signing and Encryption. This is needed for OpenID Connect. The current library only extracts the claimed object from a non-encrypted JWT (JSON Web Token). This is enough to deal with Google's OpenID Connect, which guarantees that the token comes from Google in other ways.

See also
- https://tools.ietf.org/html/draft-jones-json-web-token
 jwt(+String, -Object) is det
True if Object is claimed in the JWT represented in String.
To be done
- Currently does not validate the claim using the signature.