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

Support for global session cookie settings #800

Open
1 task
riteshjha opened this issue May 18, 2024 · 1 comment
Open
1 task

Support for global session cookie settings #800

riteshjha opened this issue May 18, 2024 · 1 comment

Comments

@riteshjha
Copy link

Is your feature request related to a problem?

We can not set the cookie settings from config

What do we currently have to do now?

Currently we have to provide the cookie settings every time cookie created

Describe the solution you'd like

We can put the cookie settings in config/session.py file
DRIVERS = { "default": "cookie", "cookie": { "samesite": "lax" }, }

Describe alternatives you've considered

No response

Would this be a breaking change ?

  • Yes

Anything else ?

No response

@riteshjha
Copy link
Author

here is the pull request 801

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant