diff options
author | Will Hunt <will@half-shot.uk> | 2020-09-18 14:55:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 14:55:13 +0100 |
commit | 68c7a6936f8921744d083e6dc8a2a085cce30b2a (patch) | |
tree | e273d613b7f7ef3e7239a7ddc7d55e8c796f69aa /changelog.d | |
parent | Update test logging to be able to accept braces (#8335) (diff) | |
download | synapse-68c7a6936f8921744d083e6dc8a2a085cce30b2a.tar.xz |
Allow appservice users to /login (#8320)
Add ability for ASes to /login using the `uk.half-shot.msc2778.login.application_service` login `type`. Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8320.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8320.feature b/changelog.d/8320.feature new file mode 100644 index 0000000000..475a5fe62d --- /dev/null +++ b/changelog.d/8320.feature @@ -0,0 +1 @@ +Add `uk.half-shot.msc2778.login.application_service` login type to allow appservices to login. |