feat(fingerprint): add endpoint to reset olm secret based on fingerprint #383

Closed
opened 2026-04-05 17:08:28 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @water-sucks on 1/14/2026

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

This attempts to reset an olm secret if a corresponding secret is found.

How to test?

Re-login with a machine after logging out with a client, AND make sure the olm credentials are deleted client-side.

Any clients that use this endpoint should be able to reuse the same olm with a secret that has been reset (aka not the old secret, this should be removed), and a new device should not pop up in the list.

*Originally created by @water-sucks on 1/14/2026* ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description This attempts to reset an olm secret if a corresponding secret is found. ## How to test? Re-login with a machine after logging out with a client, AND make sure the `olm` credentials are deleted client-side. Any clients that use this endpoint should be able to reuse the same `olm` with a secret that has been reset (aka not the old secret, this should be removed), and a new device should not pop up in the list.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#383