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

Matrix v1.12 – Behandlung "Account Locking" Feature #279

Open
Johennes opened this issue Oct 14, 2024 · 1 comment
Open

Matrix v1.12 – Behandlung "Account Locking" Feature #279

Johennes opened this issue Oct 14, 2024 · 1 comment

Comments

@Johennes
Copy link
Contributor

Abgespalten von #271.

Folgende Änderung soll im Hinblick auf TI-M bewertet und falls nötig behandelt werden:

@Johennes
Copy link
Contributor Author

  • Locking wird serverseitig initiiert (wie genau ist Implementierungsdetail) und bewirkt Soft Logout mit Error Code M_USER_LOCKED
  • Client kann lokalen Session State behalten und polled solange bis er unlocked wurde (oder sich abgemeldet hat)
  • Kompatibilität
    • Soft Logout als Feature existierte bereits zuvor, allerdings mit dem Error Code M_UNKNOWN_TOKEN
    • Clients prüfen sehr wahrscheinlich auf 401 und "soft_logout": true unabhängig vom Error Code (siehe z. B. matrix-react-sdk)
    • Feature ist daher (quasi) rückwärtskompatibel

Vorschlag: Das Feature wird ohne Einschränkungen für TI-M übernommen. Anpassungen der Spec sind nicht nötig.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant