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

request for a reactive version of org.springframework.session.FindByIndexNameSessionRepository family #1741

Closed
orcloveasagi opened this issue Dec 6, 2020 · 3 comments
Assignees
Labels
status: duplicate A duplicate of another issue type: enhancement A general enhancement

Comments

@orcloveasagi
Copy link

Expected Behavior
Something like org.springframework.session.FindByIndexNameSessionRepository and its subclasses

Current Behavior
We cannot access reactive WebSession by username conveniently.

Context
When I tried to build a Spring cloud gateway application,which build on webflux, with spring security and spring session, I found it difficult to implement concurrent session controle sinces there's no reactive implementations for the FindByIndexNameSessionRepository. However I can still accomplish my goals through ReactiveSessionRepository in a more cumbersome way.
And now I'm going to ask you if you need a more convenient way to access reactive WebSession?
If you do I can package something like FindByIndexNameSessionRepository and make a pr.

@orcloveasagi orcloveasagi added status: waiting-for-triage An issue we've not yet triaged type: enhancement A general enhancement labels Dec 6, 2020
@zkning
Copy link

zkning commented Jul 6, 2021

+++

@chhch
Copy link

chhch commented Sep 7, 2022

Duplicate of #914

@marcusdacoregio
Copy link
Contributor

Closing as duplicate of #914

@marcusdacoregio marcusdacoregio self-assigned this Jul 27, 2023
@marcusdacoregio marcusdacoregio added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

4 participants