summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPauRE <prodrigestivill@gmail.com>2019-07-02 11:25:37 +0200
committerRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-07-02 10:25:37 +0100
commit948488e11528dd4926de9c8b17d41ce1a8ed127a (patch)
treefc03e70aa1ae8298d0c6a29a5d44c92e3d58c6ef /changelog.d
parentfix async/await consentresource (#5585) (diff)
downloadsynapse-948488e11528dd4926de9c8b17d41ce1a8ed127a.tar.xz
Fix JWT login with new users (#5586)
Signed-off-by: Pau Rodriguez-Estivill <prodrigestivill@gmail.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5586.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5586.bugfix b/changelog.d/5586.bugfix
new file mode 100644
index 0000000000..c0b1ecf81a
--- /dev/null
+++ b/changelog.d/5586.bugfix
@@ -0,0 +1 @@
+Fixed m.login.jwt using unregistred user_id and added pyjwt>=1.6.4 as jwt conditional dependencies. Contributed by Pau Rodriguez-Estivill.