forked-synapse/synapse/rest/client/v2_alpha
David Baker e9c908ebc0 Completely replace fallback auth for C/S V2:
* Now only the auth part goes to fallback, not the whole operation
 * Auth fallback is a normal API endpoint, not a static page
 * Params like the recaptcha pubkey can just live in the config
Involves a little engineering on JsonResource so its servlets aren't always forced to return JSON. I should document this more, in fact I'll do that now.
2015-04-01 15:05:30 +01:00
..
__init__.py Completely replace fallback auth for C/S V2: 2015-04-01 15:05:30 +01:00
_base.py pep8 2015-03-31 09:50:44 +01:00
auth.py Completely replace fallback auth for C/S V2: 2015-04-01 15:05:30 +01:00
filter.py Blunty replace json with simplejson 2015-02-11 14:23:10 +00:00
password.py Make deleting other access tokens when you change your password actually work 2015-03-24 15:33:48 +00:00
register.py Completely replace fallback auth for C/S V2: 2015-04-01 15:05:30 +01:00
sync.py Fix code-style 2015-02-10 17:58:36 +00:00