-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[auth] Invalidate sessions hook (#14822)
## Change Description Adds a web endpoint to invalidate all user (non-robot) sessions. UI element too: <img width="1093" alt="image" src="https://github.com/user-attachments/assets/9529bba3-7d55-447e-8ab3-dd19e4cfc070" /> ## Security Assessment Delete all except the correct answer: - This change has a high security impact ### Impact Description - New endpoint added. - Could cause DOS or lockout if accessible inappropriately. - Mitigated by: - Making this a developer-only functionality - Using the same standard developer-only access pattern as we use throughout the web service (Reviewers: please confirm the security impact before approving)
- Loading branch information
1 parent
3733d6f
commit 8f8c9f6
Showing
3 changed files
with
64 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters