stable
Clone or download
Read-only
lcobucci/jwt gets more maintainance than firebase/php-jwt and comes with a lot of built-in validation regarding JWT. This could allow us to do some clean up in the openidconnectclient plugin. No functional change. This is part of story #14714: be an OpenID Connect provider Change-Id: I927913418994eb67f519f68f951d8ab182047ed2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/IDTokenVerifier.php | +2 | −3 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/State.php | +14 | −15 | Go to diff View file |
M | plugins/openidconnectclient/phpunit/Authentication/IDTokenVerifierTest.php | +50 | −49 | Go to diff View file |
M | plugins/openidconnectclient/phpunit/Authentication/StateTest.php | +9 | −2 | Go to diff View file |
M | src/common/JWT/REST/v1/JWTResource.class.php | +7 | −2 | Go to diff View file |
M | src/common/JWT/generators/JWTGenerator.php | +27 | −15 | Go to diff View file |
M | src/composer.json | +1 | −1 | Go to diff View file |
M | src/composer.lock | +56 | −47 | Go to diff View file |
M | tests/phpunit/common/JWT/generators/JWTGeneratorTest.php | +28 | −16 | Go to diff View file |