stable
Clone or download
Read-only
Main releases notes: https://github.com/lcobucci/jwt/releases/tag/4.1.0 https://github.com/lcobucci/jwt/releases/tag/4.0.0 Part of request #21412: Run PHP unit tests on PHP 8.0 nightly Change-Id: Ib174d6f2c42ed48938d9e3fc43ec5df87e3520e9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/oauth2_server/include/OpenIDConnect/Discovery/ConfigurationResponseRepresentation.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/include/OpenIDConnect/IDToken/JWTBuilderFactory.php | +6 | −6 | Go to diff View file |
M | plugins/oauth2_server/include/OpenIDConnect/IDToken/OpenIDConnectIDTokenCreator.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/include/OpenIDConnect/IDToken/SigningPrivateKey.php | +2 | −1 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/OpenIDConnect/IDToken/JWTBuilderFactoryTest.php | +4 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/OpenIDConnect/IDToken/OpenIDConnectIDTokenCreatorTest.php | +5 | −2 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/IDTokenVerifier.php | +4 | −2 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/Authentication/State.php | +8 | −4 | Go to diff View file |
M | plugins/openidconnectclient/include/openidconnectclientPlugin.php | +3 | −2 | Go to diff View file |
M | plugins/openidconnectclient/tests/unit/Authentication/IDTokenVerifierTest.php | +16 | −14 | Go to diff View file |
M | src/common/JWT/generators/JWTGenerator.php | +1 | −1 | Go to diff View file |
M | src/composer.json | +1 | −1 | Go to diff View file |
M | src/composer.lock | +86 | −28 | Go to diff View file |
M | tests/unit/common/JWT/generators/JWTGeneratorTest.php | +4 | −3 | Go to diff View file |