stable

Clone or download

Read-only

chore: move OAuth2ScopeSaver 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 in core. Change-Id: I55944e9fd6babd25923ff918b9b1f5327c5b350d

Modified Files

Name
M plugins/oauth2_server/include/AccessToken/OAuth2AccessTokenCreator.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthorizationCodeCreator.php +1 −1 Go to diff View file
M plugins/oauth2_server/include/RefreshToken/OAuth2RefreshTokenCreator.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/OAuth2AccessTokenCreatorTest.php +1 −1 Go to diff View file
M plugins/oauth2_server/tests/unit/Grant/AuthorizationCode/OAuth2AuthorizationCodeCreatorTest.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/Scope/OAuth2ScopeSaver.php Go to diff View file
R plugins/oauth2_server/tests/unit/Scope/OAuth2ScopeSaverTest.php Go to diff View file