-
- Downloads
Move access token deletion into auth handler
Also move duplicated deactivation code into the auth handler. I want to add some hooks when we deactivate an access token, so let's bring it all in here so that there's somewhere to put it.
Showing
- synapse/handlers/auth.py 47 additions, 2 deletionssynapse/handlers/auth.py
- synapse/handlers/device.py 3 additions, 2 deletionssynapse/handlers/device.py
- synapse/handlers/register.py 2 additions, 1 deletionsynapse/handlers/register.py
- synapse/rest/client/v1/admin.py 2 additions, 7 deletionssynapse/rest/client/v1/admin.py
- synapse/rest/client/v1/logout.py 4 additions, 4 deletionssynapse/rest/client/v1/logout.py
- synapse/rest/client/v2_alpha/account.py 4 additions, 11 deletionssynapse/rest/client/v2_alpha/account.py
Loading
Please register or sign in to comment