Skip to content

Releases: workos/authkit-nextjs

v0.13.0

22 Oct 13:40
7b5324a
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @KNWR made their first contribution in #116

Full Changelog: v0.12.3...v0.13.0

v0.12.3

15 Oct 09:12
8673f47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.2...v0.12.3

v0.12.2

07 Oct 16:40
37503f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.1...v0.12.2

v0.12.1

04 Oct 22:43
20aebf5
Compare
Choose a tag to compare

What's Changed

  • Fix issue with redirectURI in middleware auth mode by @PaulAsjes in #102

Full Changelog: v0.12.0...v0.12.1

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