Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable27] fix(Session): avoid race conditions on clustered setups #46435

Merged
merged 2 commits into from
Jul 11, 2024

Commits on Jul 11, 2024

  1. fix(Session): avoid race conditions on clustered setups

    - re-stablishes old behaviour with cache to return null instead of throwing
      an InvalidTokenException when the token is cached as non-existing
    - token invalidation and re-generation are bundled in a DB transaction now
    
    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    31e0795 View commit details
    Browse the repository at this point in the history
  2. ci(psalm): update baseline

    prefer to keep this check as PublicEmitter should be dropped sooner or
    later
    
    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e39be84 View commit details
    Browse the repository at this point in the history