diff options
| author | Callum Brown <callum@calcuode.com> | 2021-08-21 22:14:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-21 22:14:43 +0100 |
| commit | 947dbbdfd1e0029da66f956d277b7c089928e1e7 (patch) | |
| tree | 57cf53bcbb1f02e75e114cde5d0aa77662163038 /synapse/app | |
| parent | Flatten tests/rest/client/{v1,v2_alpha} too (#10667) (diff) | |
| download | synapse-947dbbdfd1e0029da66f956d277b7c089928e1e7.tar.xz | |
Implement MSC3231: Token authenticated registration (#10142)
Signed-off-by: Callum Brown <callum@calcuode.com> This is part of my GSoC project implementing [MSC3231](https://github.com/matrix-org/matrix-doc/pull/3231).
Diffstat (limited to 'synapse/app')
| -rw-r--r-- | synapse/app/generic_worker.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/synapse/app/generic_worker.py b/synapse/app/generic_worker.py |
