Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Release 3.0.5

Choose a tag to compare

@lovemaths lovemaths released this 28 Feb 21:51
· 100 commits to master since this release

OIDCStrategy

New features

  • added support of id_token in JWE compact serialization format.

    Supported key encryption algorithms (alg) are:
    RSA1_5, RSA-OAEP, A128KW, A256KW, dir

    supported content encryption algorithms (enc) are:
    A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, and A256GCM.