This repository was archived by the owner on May 12, 2025. It is now read-only.
v0.2.3
feat: use TLD per default for cookie domain (#21) This PR changes the behavior of the cookie detection mechanism to automatically set the cookie domain to the TLD of the request. To get the old behavior, set `dontUseTldForCookieDomain` to `true`. Closes https://github.com/ory/integrations/issues/20