Defaulting secure
cookie flag to True
#2454
Unanswered
giacomomiolo
asked this question in
Potential Issue
Replies: 1 comment
-
This is a breaking change for services that default to HTTP. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
The default at the moment for the flag secure is False.
I'm leaning towards the stance of "secure unless explicitly disabled" over the current "insecure unless explicitly enabled". This change would enhance security by ensuring cookies are only sent over HTTPS, but could introduce hurdles in development environments.
Let me know your thoughts on this!
Beta Was this translation helpful? Give feedback.
All reactions