-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing fallback support while signing out a device #12
Comments
No upstream progress on these issues, unfortunately. |
Is it possible to change the order such that shared secret auth is not the first one? |
Good idea! It only makes sense if both supported login types ( If only However.. testing on Synapse v1.53.0, element-hq/element-web#19605 is no longer an issue, because |
Edit: Response after Element calls {
"session": "<snip>",
"flows" : [
{
"stages": [ "com.devture.shared_secret_auth" ]
},
{
"stages": [ "m.login.password" ]
}
],
"params": {}
} |
Please see element-hq/element-web#20292
The text was updated successfully, but these errors were encountered: