Skip to content
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

Support for mandatory passphrase / secure backup #5745

Closed
aringenbach opened this issue Mar 4, 2022 · 0 comments · Fixed by #5784
Closed

Support for mandatory passphrase / secure backup #5745

aringenbach opened this issue Mar 4, 2022 · 0 comments · Fixed by #5784
Assignees
Labels
T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements

Comments

@aringenbach
Copy link
Contributor

Your use case

Home Servers admins can enable mandatory backup in /.well-known/matrix/client by returning:
"io.element.e2ee": {
"secure_backup_required": true
"secure_backup_setup_methods": ["passphrase"] (optional, defaults to "all methods accepted")
}

The client should make secure key/passphrase backup & session verification mandatory on login/account creation if this option is enabled.

Have you considered any alternatives?

No

Additional context

No

@aringenbach aringenbach added the T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements label Mar 4, 2022
@aringenbach aringenbach self-assigned this Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant