stable

Clone or download

Read-only

chore: move OAuth2ClientAuthenticationMiddleware 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: I436ee884303dc7ec6305baaa2924e6a98be0a570

Modified Files

Name
M plugins/oauth2_server/include/Grant/AccessTokenGrantController.php +1 −0 Go to diff View file
M plugins/oauth2_server/include/Grant/TokenRevocationController.php +1 −0 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/AccessTokenGrantControllerTest.php +1 −0 Go to diff View file
M plugins/oauth2_server/tests/unit/Grant/TokenRevocationControllerTest.php +1 −0 Go to diff View file
R plugins/oauth2_server/include/Grant/OAuth2ClientAuthenticationMiddleware.php Go to diff View file
R plugins/oauth2_server/tests/unit/Grant/OAuth2ClientAuthenticationMiddlewareTest.php Go to diff View file