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 the third step before moving POST oauth2/token/revoke in core. Change-Id: I481a2b44182eb408c8a1dafc38a7ef1cfa2c40c1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/oauth2_server/db/install.sql | +0 | −9 | Go to diff View file |
A | plugins/oauth2_server/db/mysql/2022/202202101353_move_plugin_oauth2_access_token_to_core.php | +39 | −0 | Go to diff View file |
M | plugins/oauth2_server/include/AccessToken/OAuth2AccessTokenCreator.php | +1 | −0 | Go to diff View file |
M | plugins/oauth2_server/include/AccessToken/OAuth2AccessTokenRevoker.php | +1 | −0 | Go to diff View file |
M | plugins/oauth2_server/include/AccessToken/OAuth2AccessTokenVerifier.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/AccessToken/OAuth2AccessTokenCreatorTest.php | +1 | −0 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/AccessToken/OAuth2AccessTokenRevokerTest.php | +1 | −0 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/AccessToken/OAuth2AccessTokenVerifierTest.php | +1 | −0 | Go to diff View file |
R | plugins/oauth2_server/include/AccessToken/OAuth2AccessTokenDAO.php | Go to diff View file | ||
M | src/common/OAuth2ServerCore/Grant/AuthorizationCode/OAuth2AuthorizationCodeDAO.php | +4 | −4 | Go to diff View file |
M | src/db/mysql/database_structure.sql | +9 | −0 | Go to diff View file |
A | src/db/mysql/updates/2022/202202101347_create_oauth2_access_token_table.php | +44 | −0 | Go to diff View file |
R | plugins/oauth2_server/tests/integration/AccessToken/OAuth2AccessTokenDAOTest.php | Go to diff View file | ||
M | tests/integration/tests/OAuth2ServerCore/Grant/AuthorizationCode/OAuth2AuthorizationCodeDAOTest.php | +2 | −2 | Go to diff View file |