-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Note that if a cookie's SameSite attribute is set to Strict or Lax, then the cookie will not be sent cross-site, even if credentials is set to include.
We should look into only sending the session id cookie to the api endpoint.
Since our session tokens are reasonably sized (& intended to be private), it's a good idea to not go throwing them at every page & resource GET. There's no security or performance issue of course (latency is way slower than several bytes of data), but it's a good idea to only do what's necessary.
Unless of course, we have some need in the future for non-api pages to serve restricted content? (#54)
Metadata
Metadata
Assignees
Labels
No labels