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
Problem The Cookie we set is not secure (this should be enabled by default) and does not set the request domain.
We should configure the request domain to control where the cookie is sent https://pkg.go.dev/net/http#Cookie
Solution Allow configuring the Cookie domain.
And maybe allow disabling the Secure cookie (for test purposes).
Additional context We don't want cookies to be sent outside of the originating domain!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
The Cookie we set is not secure (this should be enabled by default) and does not set the request domain.
We should configure the request domain to control where the cookie is sent https://pkg.go.dev/net/http#Cookie
Solution
Allow configuring the Cookie domain.
And maybe allow disabling the Secure cookie (for test purposes).
Additional context
We don't want cookies to be sent outside of the originating domain!
The text was updated successfully, but these errors were encountered: