stable

Clone or download

Read-only

chore: move POST oauth2/token/revoke to core

This is part of story #24227: have private oauth2 endpoints for Mediawiki No functional change expected here. Its dependencies were already moved to core. Change-Id: If3ccf99e3a58667eed627940bbe1f54337218fc2

Modified Files

Name
M plugins/oauth2_server/include/Administration/AdminOAuth2AppsPresenterBuilder.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/oauth2_serverPlugin.php +2 −44 Go to diff View file
M plugins/oauth2_server/tests/unit/App/LastGeneratedClientSecretStoreTest.php +1 −0 Go to diff View file
R plugins/oauth2_server/include/App/PrefixOAuth2ClientSecret.php Go to diff View file
R plugins/oauth2_server/include/Grant/TokenRevocationController.php Go to diff View file
M src/common/OAuth2ServerCore/OAuth2ServerRoutes.php +56 −0 Go to diff View file
R plugins/oauth2_server/include/RefreshToken/PrefixOAuth2RefreshToken.php Go to diff View file
M src/common/Request/RouteCollector.php +1 −0 Go to diff View file
R plugins/oauth2_server/tests/unit/App/PrefixOAuth2ClientSecretTest.php Go to diff View file
R plugins/oauth2_server/tests/unit/Grant/TokenRevocationControllerTest.php Go to diff View file
R plugins/oauth2_server/tests/unit/RefreshToken/PrefixOAuth2RefreshTokenTest.php Go to diff View file