Skip to content

feat: revoke other sessions on password change to enhance security#1677

Merged
paustint merged 1 commit intomainfrom
feat/revoke-session-after-password-change
Apr 18, 2026
Merged

feat: revoke other sessions on password change to enhance security#1677
paustint merged 1 commit intomainfrom
feat/revoke-session-after-password-change

Conversation

@paustint
Copy link
Copy Markdown
Contributor

When a user deletes their password or sets a new password from the profile page, all other active sessions are deleted

When a user deletes their password or sets a new password from the profile page,
all other active sessions are deleted
Copilot AI review requested due to automatic review settings April 18, 2026 14:28
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Enhances account security by revoking a user’s other active sessions when they set an initial password or remove their password from the profile page.

Changes:

  • Revoke all other sessions after successfully setting a password (initPassword).
  • Revoke all other sessions after successfully removing a password (deletePassword).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@paustint paustint merged commit 77a7d20 into main Apr 18, 2026
12 checks passed
@paustint paustint deleted the feat/revoke-session-after-password-change branch April 18, 2026 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants