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

Expose session store insteadof session provider #35

Merged
merged 4 commits into from
Nov 25, 2023

Conversation

ujjwalguptaofficial
Copy link
Owner

@ujjwalguptaofficial ujjwalguptaofficial commented Nov 25, 2023

PR Description

Changes Made

This pull request addresses the issue/feature by exposing the session store instead of the session provider in the configuration. The rationale behind this change is that configuring the session provider often involves dealing with cookies, which can be tricky for users. By exposing the session store directly, users can have more flexibility and control over their session management without the complexities associated with cookie handling.

Checklist

  • The code follows the project's coding standards.
  • Tests have been added or updated to cover the changes made.
  • This PR has been tested locally and passes all relevant tests.

Additional Notes

@ujjwalguptaofficial ujjwalguptaofficial merged commit 8bdeb90 into master Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant