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

Extend cookie authentication #7

Open
nezhar opened this issue Oct 15, 2024 · 0 comments
Open

Extend cookie authentication #7

nezhar opened this issue Oct 15, 2024 · 0 comments

Comments

@nezhar
Copy link
Contributor

nezhar commented Oct 15, 2024

The settings should be extentend in order to enable or disable cookie auth.

Based on https://docs.djangoproject.com/en/4.2/ref/request-response/#django.http.HttpResponse.set_cookie we should also add options for:

  • max_age
  • expires
  • path
  • domain
  • secure
  • httponly
  • samesite
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

No branches or pull requests

1 participant