diff options
author | Matthew Hodgson <matthew@matrix.org> | 2019-04-21 01:01:40 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2019-04-21 09:04:24 +0100 |
commit | 206b2928601cbda6488371cf37f56e045f6cd1ab (patch) | |
tree | a2deafceb8c99b6f936ad9ebffc3f07af70f290e | |
parent | add option to require an access_token to GET /profile on CS API (diff) | |
download | synapse-206b2928601cbda6488371cf37f56e045f6cd1ab.tar.xz |
changelog
-rw-r--r-- | changelog.d/5083.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5083.feature b/changelog.d/5083.feature new file mode 100644 index 0000000000..f6014c6b43 --- /dev/null +++ b/changelog.d/5083.feature @@ -0,0 +1 @@ +Adds auth_profile_reqs option to require access_token to GET /profile endpoints on CS API |