mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-01 00:06:38 +00:00
feat(olm): reset/send new olm secret if a matching fingerprint is detected
This commit is contained in:
committed by
Owen Schwartz
parent
40e37b1798
commit
6c8757f230
@@ -861,6 +861,12 @@ authenticated.get(
|
||||
olm.getUserOlm
|
||||
);
|
||||
|
||||
authenticated.post(
|
||||
"/user/:userId/olm/recover",
|
||||
verifyIsLoggedInUser,
|
||||
olm.recoverOlmWithFingerprint
|
||||
);
|
||||
|
||||
authenticated.put(
|
||||
"/idp/oidc",
|
||||
verifyUserIsServerAdmin,
|
||||
|
||||
Reference in New Issue
Block a user