You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since cookies are shared across different ports on localhost, we should allow interception on the frontend for localhost:*. This allows users to have different backends running on localhost and use httpOnly cookies and share a session across all of them.
Is this even true for actual domains like example.com:8080 and example.com:8081?
Should this be auto enabled? Or users would have to set the apiDomain as http://localhost:*?
The text was updated successfully, but these errors were encountered:
Since cookies are shared across different ports on localhost, we should allow interception on the frontend for localhost:*. This allows users to have different backends running on localhost and use httpOnly cookies and share a session across all of them.
http://localhost:*
?The text was updated successfully, but these errors were encountered: