stable

Clone or download

Read-only

chore: move OAuth2RefreshTokenRevoker to core

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/revoke in core. Its dependencies were already moved to core. Change-Id: I36122dd2c3269df50f1a6c604b69c0eae941fd07

Modified Files

Name
M plugins/oauth2_server/include/App/InvalidOAuth2AppSecretException.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/App/OAuth2AppNotFoundException.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/App/OAuth2ClientIdentifierAndSecretMismatchException.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/App/OAuth2MissingVerifierStringException.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/AuthorizationServer/PKCE/OAuth2PKCEInformationExtractionException.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/AuthorizationServer/PromptNoneParameterCannotBeMixedWithOtherPromptParametersException.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Grant/AuthorizationCode/InvalidOAuth2AuthCodeException.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthCodeExpiredException.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthCodeNoValidScopeFound.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthCodeNotFoundException.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthCodeReusedException.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2GrantAccessTokenFromAuthorizationCode.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Grant/AuthorizationCode/PKCE/OAuth2PKCEVerificationException.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Grant/CannotSetANegativeExpirationDelayOnAccessTokenException.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Grant/OAuth2ClientAuthenticationMiddleware.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Grant/RefreshToken/OAuth2GrantAccessTokenFromRefreshToken.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Grant/TokenRevocationController.php +2 −2 Go to diff View file
M plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenDoesNotCorrespondToExpectedAppException.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenExpiredException.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenNoValidScopeFound.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenReusedException.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenVerifier.php +2 −0 Go to diff View file
M plugins/oauth2_server/include/RefreshToken/OAuth2ScopeNotCoveredByOneOfTheScopeAssociatedWithTheRefreshTokenException.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Scope/InvalidOAuth2ScopeException.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/oauth2_serverPlugin.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/OAuth2GrantAccessTokenFromAuthorizationCodeTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/Grant/OAuth2ClientAuthenticationMiddlewareTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/Grant/RefreshToken/OAuth2GrantAccessTokenFromRefreshTokenTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/Grant/TokenRevocationControllerTest.php +2 −2 Go to diff View file
M plugins/oauth2_server/tests/unit/RefreshToken/OAuth2RefreshTokenVerifierTest.php +2 −0 Go to diff View file
R plugins/oauth2_server/include/OAuth2ServerException.php Go to diff View file
R plugins/oauth2_server/include/RefreshToken/InvalidOAuth2RefreshTokenException.php Go to diff View file
R plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenNotFoundException.php Go to diff View file
R plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenRevoker.php Go to diff View file
R plugins/oauth2_server/tests/unit/RefreshToken/OAuth2RefreshTokenRevokerTest.php Go to diff View file