-
-
Notifications
You must be signed in to change notification settings - Fork 177
Core component sessions
for custom session store
#6961
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
Core component sessions
for custom session store
#6961
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love the idea. @lukasbestle should have a final look at it, but I think it's great to move more parts to core components.
For v5 we added a Maybe we should rename |
Would these be anything else around |
I don't think we need any other session-related component at this time. We might in the future, but that's not the point I'm trying to make. I think it would increase consistency by using the same suffix for all storage-related components. Also all existing components (except |
|
I think we should also use the opportunity and rename |
I like the idea to reuse the :: naming pattern and I agree that we should use it for content as well. |
Changelog
Feature
session::store
core component: return your customSessionStore
handlerReady?
For review team