Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: johnbillion/user-switching
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: DevKishan/user-switching
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Jul 12, 2025

  1. Initial plan

    Copilot committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    e29f966 View commit details
    Browse the repository at this point in the history
  2. Implement persistent switch back nonces to fix expired nonce issue

    Co-authored-by: DevKishan <21952931+DevKishan@users.noreply.github.com>
    Copilot and DevKishan committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    61e7d56 View commit details
    Browse the repository at this point in the history
  3. Complete fix implementation with comprehensive tests and edge case ha…

    …ndling
    
    Co-authored-by: DevKishan <21952931+DevKishan@users.noreply.github.com>
    Copilot and DevKishan committed Jul 12, 2025
    Configuration menu
    Copy the full SHA
    12ad4f6 View commit details
    Browse the repository at this point in the history
  4. Fix expired nonce issue in switch back links

    Implements persistent switch back nonces that survive session invalidation, fixing the issue where "Log Out Everywhere Else" broke switch back links for other users.
    
    Key improvements:
    - Persistent nonce storage in user meta
    - 24-hour expiration with automatic cleanup
    - Proper user isolation and security
    - Backward compatibility maintained
    - Comprehensive test coverage
    
    Fixes #1
    DevKishan authored Jul 12, 2025
    Configuration menu
    Copy the full SHA
    f0507a2 View commit details
    Browse the repository at this point in the history
Loading