istio-ecosystem / authservice

Move OIDC token acquisition out of your app code and into the Istio mesh
Apache License 2.0
217 stars 63 forks source link

Put `__Host` back into the cookie names #41

Closed cfryanr closed 5 years ago

cfryanr commented 5 years ago

We accidentally removed the __Host prefix from the cookie names. We should probably put that prefix back. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#Cookie_prefixes for explanation of that prefix.

nickrmc83 commented 5 years ago

@cfryanr I'll fix in #13

nickrmc83 commented 5 years ago

Fixed as part of #42