stable

Clone or download

Read-only

chore: move OAuth2AuthorizationCodeRevoker 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. The associated DAO and the table were already moved to core. Change-Id: Iaaf2c6717709e28445c9cea8d199a3cbafe88d21

Modified Files

Name
M plugins/oauth2_server/include/AccessToken/OAuth2AccessTokenRevoker.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenRevoker.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenVerifier.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/AccessToken/OAuth2AccessTokenRevokerTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/RefreshToken/OAuth2RefreshTokenRevokerTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/RefreshToken/OAuth2RefreshTokenVerifierTest.php +1 −1 Go to diff View file
R plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthorizationCodeRevoker.php Go to diff View file
R plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/OAuth2AuthorizationCodeRevokerTest.php Go to diff View file