forked-synapse/synapse/rest
Richard van der Hoff dcfd71aa4c Refactor login flow
Make sure that we have the canonical user_id *before* calling
get_login_tuple_for_user_id.

Replace login_with_password with a method which just validates the password,
and have the caller call get_login_tuple_for_user_id. This brings the password
flow into line with the other flows, and will give us a place to register the
device_id if necessary.
2016-07-18 15:23:54 +01:00
..
client Refactor login flow 2016-07-18 15:23:54 +01:00
key Report per request metrics for all of the things using request_handler 2016-04-28 10:57:49 +01:00
media Remove race 2016-06-29 15:24:50 +01:00
__init__.py Add an openidish mechanism for proving to third parties that you own a given user_id 2016-05-05 13:42:44 +01:00