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 backup/passphrase from .well-known configuration #6133

Closed
jmartinesp opened this issue May 24, 2022 · 0 comments · Fixed by #6134
Closed

Support for mandatory backup/passphrase from .well-known configuration #6133

jmartinesp opened this issue May 24, 2022 · 0 comments · Fixed by #6134
Assignees
Labels
A-E2EE-Key-Backup T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements Team: Crypto

Comments

@jmartinesp
Copy link
Member

Your use case

What would you like to do?

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 response

Additional context

No response

@jmartinesp jmartinesp added the T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements label May 24, 2022
@jmartinesp jmartinesp self-assigned this May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-E2EE-Key-Backup T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements Team: Crypto
Projects
None yet
2 participants