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

feat: Add Symfony Session storage support #141

Merged
merged 4 commits into from
Dec 15, 2022

Conversation

evansims
Copy link
Member

@evansims evansims commented Dec 15, 2022

This PR adds Symfony Session storage support to the SDK. At runtime, the SDK will initialize a new StoreInterface bridge-class that allows the underlying Auth0-PHP SDK to store session state using Symfony's session management APIs.

This enables developers to use all the existing Symfony session APIs they're probably already integrated with to engage with authenticated user identities throughout their applications. It also enables developers choice in where session data is stored, including within databases or memory stores like Redis.

@evansims evansims added this to the 5.0.0-BETA1 milestone Dec 15, 2022
@evansims evansims marked this pull request as ready for review December 15, 2022 21:07
@evansims evansims requested a review from a team as a code owner December 15, 2022 21:07
@evansims evansims merged commit f68cc44 into main Dec 15, 2022
@evansims evansims deleted the feat/add-session-component-support branch December 15, 2022 21:10
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant