Skip to content

Releases: workos/authkit-nextjs

v0.12.0

04 Oct 21:38
8123726
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.2...v0.12.0

v0.11.2

02 Oct 12:34
7d71910
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.11.2

v0.11.1

26 Sep 15:47
cca4e06
Compare
Choose a tag to compare

What's Changed

  • fix: NEXT_PUBLIC variable access by @ijxy in #94

New Contributors

  • @ijxy made their first contribution in #94

Full Changelog: v0.11.0...v0.11.1

v0.11.0

26 Sep 13:03
be9e4fe
Compare
Choose a tag to compare

This update includes breaking changes to 0.10.1, including renaming getUser to withAuth and changing how the redirect URI is set in environment variables. Please read the release notes carefully before upgrading.

Release notes

  • Environment variable WORKOS_REDIRECT_URI has been renamed to NEXT_PUBLIC_WORKOS_REDIRECT_URI to make Vercel preview deployments viable
  • Additionally, the redirect URI can now be configured directly in the middleware at runtime via the new redirectUri parameter
  • getUser has been renamed to withAuth as the former was an increasingly inaccurate name
  • authkit-nextjs now uses ESM over CJS to build
  • getSession allows you to retrieve the session data from server side routes
  • Cookie name is now configurable via the WORKOS_COOKIE_NAME environment variable

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.11.0

v0.10.1

11 Sep 15:58
b009a97
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

03 Sep 08:21
bf9b621
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

07 Aug 15:29
e6f86fd
Compare
Choose a tag to compare

What's Changed

  • Allow setting cookie Domain attribute by @cmatheson in #74
  • Add support for organizationId parameter when signing in or refreshing session by @mthadley in #73

Full Changelog: v0.8.2...v0.9.0

v0.8.2

24 Jul 18:51
32083cd
Compare
Choose a tag to compare

What's Changed

  • Pin workos-node to 7.14.0 (#71)

Full Changelog: v0.8.1...v0.8.2

v0.8.1

22 Jul 18:44
9955253
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

15 Jul 14:53
fdb3293
Compare
Choose a tag to compare

Added

  • Add support for fetching permissions JWT claim (#53)

Full Changelog: v0.7.0...v0.8.0