sandialabs/slycat

Explore embeddable components

alexsielicki opened this issue · 1 comments

Explore embeddable components

@Mletter1 to make authentication work in iframes we will need to set the following cookie attributes:

  • SameSite=None
  • Secure

See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#samesitesamesite-value and https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#secure for details.