-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Post-login cross-signing setup flow #11214
Labels
Comments
This was referenced Oct 24, 2019
Closed
jryans
changed the title
Initial cross-signing setup flow
Post-login cross-signing setup flow
Dec 9, 2019
jryans
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
Jan 15, 2020
This adds an API account data getter that bypasses the local store and goes directly to the homeserver. Part of element-hq/element-web#11214
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Jan 15, 2020
This adds a step after login to complete security for your new session. At the moment, the only verification method is entering your SSSS passphrase, but nicer paths will be added soon. This new step only appears when crypto is available and the account has cross-signing enabled in SSSS. Fixes element-hq/element-web#11214
This was referenced Jan 15, 2020
jryans
added a commit
that referenced
this issue
Jan 16, 2020
We may no longer see a spinner for some login paths with the changes to add a complete security step. Part of #11214
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement the new screens for the post-login security set up flow (which sets up cross signing and key backup).
We can't just directly stick this behind the labs flag since the idea is it pops up on login so you'd have to set the labs flag in your client config. Instead, let's:
The text was updated successfully, but these errors were encountered: