0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-14 07:09:31 +02:00
synapse/changelog.d/5586.bugfix
PauRE 948488e115 Fix JWT login with new users (#5586)
Signed-off-by: Pau Rodriguez-Estivill <prodrigestivill@gmail.com>
2019-07-02 10:25:37 +01:00

2 lines
139 B
Plaintext

Fixed m.login.jwt using unregistred user_id and added pyjwt>=1.6.4 as jwt conditional dependencies. Contributed by Pau Rodriguez-Estivill.