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

Releases: ory/integrations

v1.1.0

12 Dec 12:58
84858ea

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.8...v1.1.0

v0.2.8

08 Sep 10:32
67937c7

Choose a tag to compare

fix: set header rewrites (#40)

v0.2.7

24 Aug 15:15
bc05bcf

Choose a tag to compare

chore: update readme (#39)

v0.2.6

19 May 11:29

Choose a tag to compare

fix: add withCredentials to default options

v0.2.5

18 Mar 10:18

Choose a tag to compare

docs: example for vercel

v0.2.4

08 Mar 12:16
0b217b4

Choose a tag to compare

chore: update dependencies

v0.2.3

08 Mar 06:35
808c421

Choose a tag to compare

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

v0.2.2

03 Feb 16:59
57119ff

Choose a tag to compare

fix: regression caused by path only redirects (#18)

v0.2.1

07 Nov 12:30
66dff2e

Choose a tag to compare

refactor: add `ORY_KRATOS_URL ` as alternative to `ORY_SDK_URL` (#14)

v0.2.0

07 Nov 11:06
7e16a11

Choose a tag to compare

The location for the Next.js API integration has moved:

- import { ... } from '@ory/integrations/nextjs'
+ import { ... } from '@ory/integrations/next-edge'