Changes for version 0.010 - 2015-07-07

  • INCOMPATIBLE CHANGE: 'key' param of decode_jwt and encode_jwt: PEM/DER/JWK-JSON key strings are not passed as scalars but as a reference to scalar (see examples in documentation)
  • decode_jwt: kid_keys now strictly checks kty (key type)

Modules

JSON Web Token (JWT, JWS, JWE) as defined by RFC7519, RFC7515, RFC7516
Key management/wrapping algorithms defined in RFC7518 (JWA)