summary refs log tree commit diff
path: root/synapse/api/auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-30Allow users to click account renewal links multiple times without hitting an ↵Andrew Morgan1-2/+2
'Invalid Token' page (#74)
2020-12-29Support PyJWT v2.0.0. (#8986)Patrick Cloke2-4/+13
Tests were broken due to an API changing. The code used in Synapse proper should be compatible with both versions already.