stable

Clone or download

Read-only

Merge commit 'refs/changes/69/20969/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #18444: Upgrade to lcobucci/jwt 3.4.2 Change-Id: I64610df2ed97900ae3ebc744a2f822c8bfdb1c54

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