Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

v0.2.3

Choose a tag to compare

@aeneasr aeneasr released this 08 Mar 06:35
· 40 commits to main since this release
808c421
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