enhance: add session manager to view and revoke active sessions - #38909
Draft
a1012112796 wants to merge 1 commit into
Draft
enhance: add session manager to view and revoke active sessions#38909a1012112796 wants to merge 1 commit into
a1012112796 wants to merge 1 commit into
Conversation
Users can now view and revoke their active sessions from a new "Active Sessions" page under user settings. Sign-ins record the client IP, user agent, sign-in time and method, and sessions are indexed by user ID. The feature is off by default behind ENABLE_SESSION_MANAGER. Assisted-by: GitHub Copilot:DeepSeek V4 Pro
Contributor
|
I don't see how it address the "remember me" problem: how to make a user logout from its "remember me" sign-in. Even the "remember me" is not strictly a "web browser session", it is still a kind of "user's login session". |
Member
Author
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Users can now view and revoke their active sessions from a new "Active Sessions" page under user settings. Sign-ins record the client IP, user agent, sign-in time and method, and sessions are indexed by user ID. The feature is off by default behind ENABLE_SESSION_MANAGER.
example view:
blocked by: https://gitea.com/go-chi/session/pulls/13
Assisted-by: GitHub Copilot:DeepSeek V4 Pro