You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
let cheeky_monkey_jwt = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJjaGVla3lfbW9ua2V5IiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.qDmRJP1eZSKJsrq9fGI1qiOXT-ZDqTdgD4E8TN6oJ-A"
Description
jwt token is not registering new user. but, can login with jwt for
m.login.jwt
Bug is here. As, user_id being overwritten with
None
and callingUserID.from_string(None).localpart
synapse/synapse/rest/client/v1/login.py
Line 335 in b2b8699
synapse/synapse/rest/client/v1/login.py
Line 338 in b2b8699
Steps to reproduce
Version information
If not matrix.org:
1.14.0
, Commit:91a7c5ff6d3a4bc30d61da96e4923d391c6d2ed9
git clone
ubuntu 16
Fix is simple gotcha
The text was updated successfully, but these errors were encountered: