-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Labels
type/enhancementNew feature or requestNew feature or request
Description
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!
morancj and makkes
Metadata
Metadata
Assignees
Labels
type/enhancementNew feature or requestNew feature or request