zitadel/internal/api/http
Livio Spring d5266ea51c
fix: set user agent cookie on host only (without subdomains) (#7297)
This PR changes the domain / prefix of the user agent cookie from including the subdomain to the domain only and therefore changing the prefix from __Secure to __Host.

Note:
As the cookie is used to determine existing session on the login UI, applying the change will require end-users to start a new session on the next login, since the existing ones cannot be retrieved anymore.
2024-02-15 07:53:59 +01:00
..
middleware fix: set user agent cookie on host only (without subdomains) (#7297) 2024-02-15 07:53:59 +01:00
cookie.go fix: set user agent cookie on host only (without subdomains) (#7297) 2024-02-15 07:53:59 +01:00
domain_check.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
error_test.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
error.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
header.go fix: use triggering origin for notification links (#6628) 2023-10-10 13:20:53 +00:00
marshal.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
origin.go feat: handle missing trailing slashes for console and login (#3490) 2022-04-26 12:13:16 +02:00
parser.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
probes.go feat: add tracing interceptors to login and oidc (#764) 2020-10-21 10:18:34 +02:00