summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorCharles Wright <cvwright@futo.org>2023-11-22 09:01:09 -0600
committerGitHub <noreply@github.com>2023-11-22 15:01:09 +0000
commit1a5f9bb651d00bd12cdfc5fbf52086d8101695c5 (patch)
tree7d8afb1a596f51d1a33cd58816698b9ac0a09eb3 /changelog.d
parentBump pyo3 (0.20), pythonize (0.20), pyo3-log (0.9) (#16673) (diff)
downloadsynapse-1a5f9bb651d00bd12cdfc5fbf52086d8101695c5.tar.xz
Enable refreshable tokens on the admin registration endpoint (#16642)
Signed-off-by: Charles Wright <cvwright@futo.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16642.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16642.bugfix b/changelog.d/16642.bugfix
new file mode 100644
index 0000000000..e83c8b4f9d
--- /dev/null
+++ b/changelog.d/16642.bugfix
@@ -0,0 +1 @@
+Enable refreshable tokens on the admin registration endpoint.