stable

Clone or download

Read-only

request #18444: Upgrade to lcobucci/jwt 3.4.2

The OAuth2 server plugin, the OpenID Connect client plugin and the realtime should continue to work. Changelog: https://github.com/lcobucci/jwt/releases/tag/3.4.0 Change-Id: If024105b63d1bd986ba51258a14e36d02a79f89f

Modified Files

Name
M plugins/oauth2_server/include/OpenIDConnect/IDToken/OpenIDConnectIDTokenCreator.php +2 −2 Go to diff View file
M plugins/oauth2_server/tests/unit/OpenIDConnect/IDToken/OpenIDConnectIDTokenCreatorTest.php +14 −10 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/IDTokenVerifier.php +19 −21 Go to diff View file
M plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/State.php +5 −3 Go to diff View file
M plugins/openidconnectclient/include/openidconnectclientPlugin.php +2 −1 Go to diff View file
M plugins/openidconnectclient/tests/unit/Authentication/IDTokenVerifierTest.php +32 −63 Go to diff View file
M src/common/JWT/REST/v1/JWTResource.class.php +5 −4 Go to diff View file
M src/common/JWT/generators/JWTGenerator.php +10 −21 Go to diff View file
M src/composer.lock +28 −6 Go to diff View file
M tests/unit/common/JWT/generators/JWTGeneratorTest.php +9 −16 Go to diff View file