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 new step before moving POST oauth2/token/revoke in core. Its dependencies were already moved to core. Change-Id: I4d0408a6f54e04f767427d54167816a4cb2424b9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/oauth2_server/include/App/AppFactory.php | +0 | −21 | Go to diff View file |
M | plugins/oauth2_server/include/App/OAuth2AppCredentialVerifier.php | +2 | −0 | Go to diff View file |
M | plugins/oauth2_server/include/AuthorizationServer/AuthorizationEndpointController.php | +2 | −2 | Go to diff View file |
M | plugins/oauth2_server/include/AuthorizationServer/AuthorizationEndpointProcessConsentController.php | +2 | −2 | Go to diff View file |
M | plugins/oauth2_server/include/oauth2_serverPlugin.php | +4 | −4 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/App/AppFactoryTest.php | +0 | −53 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/App/OAuth2AppCredentialVerifierTest.php | +1 | −0 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/AuthorizationServer/AuthorizationEndpointControllerTest.php | +2 | −2 | Go to diff View file |
M | plugins/oauth2_server/tests/unit/AuthorizationServer/AuthorizationEndpointProcessConsentControllerTest.php | +2 | −2 | Go to diff View file |
A | src/common/OAuth2ServerCore/App/AppFactory.php | +52 | −0 | Go to diff View file |
R | plugins/oauth2_server/include/App/OAuth2AppNotFoundException.php | Go to diff View file | ||
A | tests/unit/common/OAuth2ServerCore/App/AppFactoryTest.php | +98 | −0 | Go to diff View file |