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
We have tested this thoroughly with username+password logins and it works fine. Now that #217 has landed, which adds support for SSO-based login, we need to test that as well.
We also may need to change the way that most_recent_user_id() works, since it stores a fully-qualified user ID with a homeserver address in it (e.g., [email protected]), and I'm not sure if SSO-based logins also have that kind of username available.
The text was updated successfully, but these errors were encountered:
We have tested this thoroughly with username+password logins and it works fine. Now that #217 has landed, which adds support for SSO-based login, we need to test that as well.
We also may need to change the way that
most_recent_user_id()
works, since it stores a fully-qualified user ID with a homeserver address in it (e.g.,[email protected]
), and I'm not sure if SSO-based logins also have that kind of username available.The text was updated successfully, but these errors were encountered: