Richard van der Hoff 40cbffb2d2 Further registration refactoring
* `RegistrationHandler.appservice_register` no longer issues an access token:
  instead it is left for the caller to do it. (There are two of these, one in
  `synapse/rest/client/v1/register.py`, which now simply calls
  `AuthHandler.issue_access_token`, and the other in
  `synapse/rest/client/v2_alpha/register.py`, which is covered below).

* In `synapse/rest/client/v2_alpha/register.py`, move the generation of
  access_tokens into `_create_registration_details`. This means that the normal
  flow no longer needs to call `AuthHandler.issue_access_token`; the
  shared-secret flow can tell `RegistrationHandler.register` not to generate a
  token; and the appservice flow continues to work despite the above change.
2016-07-19 18:46:19 +01:00
..
2016-07-19 11:44:05 +01:00
2016-04-07 16:52:07 +01:00
2016-07-18 16:39:44 +01:00
2016-07-18 16:39:44 +01:00
2016-03-22 14:08:13 +00:00
2016-07-15 14:23:15 +01:00
2016-01-28 17:09:09 +00:00
2016-06-03 11:04:31 +01:00
2016-01-07 04:26:29 +00:00
2016-06-24 11:45:23 +01:00
2016-06-07 15:07:11 +01:00
2016-05-31 15:32:32 +01:00
2016-05-06 11:30:55 +01:00