We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Cookie by default is Secure and HttpOnly. (https://github.com/unjs/h3/blob/main/src/utils/internal/session.ts)
But there is no documentation for that. As the Types for the Cookie Object come from cookie-es (https://github.com/unjs/h3/blob/main/src/types/utils/session.ts) it specifies that the secure option is not set by default. even tho it is
cookie-es
secure
https://h3.unjs.io/examples/handle-session
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the change
The Cookie by default is Secure and HttpOnly. (https://github.com/unjs/h3/blob/main/src/utils/internal/session.ts)
But there is no documentation for that. As the Types for the Cookie Object come from
cookie-es
(https://github.com/unjs/h3/blob/main/src/types/utils/session.ts) it specifies that thesecure
option is not set by default. even tho it isURLs
https://h3.unjs.io/examples/handle-session
Additional information
The text was updated successfully, but these errors were encountered: