summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorWill Hunt <will@half-shot.uk>2020-09-18 14:55:13 +0100
committerGitHub <noreply@github.com>2020-09-18 14:55:13 +0100
commit68c7a6936f8921744d083e6dc8a2a085cce30b2a (patch)
treee273d613b7f7ef3e7239a7ddc7d55e8c796f69aa /changelog.d
parentUpdate test logging to be able to accept braces (#8335) (diff)
downloadsynapse-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.feature1
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.