Skip to content

Releases: ory/integrations

v0.2.6

19 May 11:29
Compare
Choose a tag to compare
fix: add withCredentials to default options

v0.2.5

18 Mar 10:18
Compare
Choose a tag to compare
docs: example for vercel

v0.2.4

08 Mar 12:16
0b217b4
Compare
Choose a tag to compare
chore: update dependencies

v0.2.3

08 Mar 06:35
808c421
Compare
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
Compare
Choose a tag to compare
fix: regression caused by path only redirects (#18)

v0.2.1

07 Nov 12:30
66dff2e
Compare
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
Compare
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'

v0.1.8

05 Nov 22:18
Compare
Choose a tag to compare
fix: node 12 compatibility

v0.1.7

05 Nov 16:18
Compare
Choose a tag to compare
fix: resolve redirect regressions

v0.1.6

05 Nov 16:17
Compare
Choose a tag to compare
fix: resolve redirect regressions