stable
Clone or download
Read-only
This is part of story #24227: have private oauth2 endpoints for Mediawiki No functional change expected here. This is a new step before moving POST oauth2/token in core. Change-Id: I698fc8b5acbc1d31a779e56df1cd0a2f776927a2
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/oauth2_server/include/Grant/AccessTokenGrantRepresentationBuilder.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthorizationCodeVerifier.php | +1 | −0 | Go to diff View file |
M | plugins/oauth2_server/include/Grant/AuthorizationCode/PKCE/MissingExpectedCodeVerifierException.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/include/Grant/AuthorizationCode/PKCE/PKCECodeVerifier.php | +1 | −1 | 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/RefreshToken/OAuth2RefreshTokenCreator.php | +1 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/AccessTokenGrantRepresentationBuilderTest.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/OAuth2GrantAccessTokenFromAuthorizationCodeTest.php | +1 | −0 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/PKCE/PKCECodeVerifierTest.php | +1 | −0 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/OpenIDConnect/IDToken/OpenIDConnectIDTokenCreatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/RefreshToken/OAuth2RefreshTokenCreatorTest.php | +1 | −1 | Go to diff View file |
R | plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthorizationCode.php | Go to diff View file | ||
R | plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/OAuth2AuthorizationCodeTest.php | Go to diff View file |