stable
Clone or download
Read-only
This is part of story #24227: have private oauth2 endpoints for Mediawiki No functional change expected here. This is a second step before moving POST oauth2/token in core. Change-Id: I2ec17b8f2b03668145790e93de3dd8a006f57d96
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/oauth2_server/db/install.sql | +0 | −6 | Go to diff View file |
A | plugins/oauth2_server/db/mysql/2022/202202151131_move_plugin_oauth2_refresh_token_scope_to_core.php | +39 | −0 | Go to diff View file |
M | plugins/oauth2_server/include/oauth2_serverPlugin.php | +2 | −3 | Go to diff View file |
M | src/common/OAuth2ServerCore/Grant/AuthorizationCode/OAuth2AuthorizationCodeDAO.php | +2 | −2 | Go to diff View file |
R | plugins/oauth2_server/include/RefreshToken/Scope/OAuth2RefreshTokenScopeDAO.php | Go to diff View file | ||
M | src/db/mysql/database_structure.sql | +6 | −0 | Go to diff View file |
A | src/db/mysql/updates/2022/202202151130_create_oauth2_refresh_token_scope_table.php | +41 | −0 | Go to diff View file |
M | tests/integration/tests/OAuth2ServerCore/Grant/AuthorizationCode/OAuth2AuthorizationCodeDAOTest.php | +2 | −2 | Go to diff View file |