stable

Clone or download

Read-only

Cleanup data when a project is deleted

There is no good reasons to keep data of deleted projects. Part of story #14542: have OAuth2 flow Change-Id: I56c3eb3f16530cc52539a104650aaa4a1415b5a9

Modified Files

Name
M plugins/oauth2_server/include/App/AppDao.php +10 −0 Go to diff View file
M plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthorizationCodeDAO.php +9 −0 Go to diff View file
M plugins/oauth2_server/include/User/AuthorizationDao.php +9 −0 Go to diff View file
M plugins/oauth2_server/include/oauth2_serverPlugin.php +8 −0 Go to diff View file
M plugins/oauth2_server/tests/integration/Grant/AuthorizationCode/OAuth2AuthorizationCodeDAOTest.php +14 −0 Go to diff View file