-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add ReactiveFindByIndexNameSessionRepository #914
Comments
Could this issue be prioritised given that it has security implications? Consider that if a user's account is compromised (e.g. through cookie or other credential theft) it's typically expected that a password change would also have the effect of (optionally) invalidating all existing sessions. Without this interface it's difficult to properly address session hijacking. |
Are there any plans of when |
Not at this time |
Could anyone please provide at least a workaround in the meantime ? |
5 years, and still nothing. |
We also encountered this issue. All of our micro-services are on Webflux, and we can't use this feature to invalidate all sessions of a User, when needed. |
Hi everyone, I'll be revisiting this issue as soon as spring-projects/spring-security#6192 is complete in order to integrate Spring Session WebFlux with the concurrent sessions control. |
Hi everyone, this has been closed via #2700. |
A reactive equivalent to
FindByIndexNameSessionRepository
The text was updated successfully, but these errors were encountered: