Skip to content

Releases: workos/authkit-nextjs

v2.14.0

11 Feb 18:39
f848652

Choose a tag to compare

What's Changed

Full Changelog: v2.13.0...v2.14.0

v2.13.0

07 Jan 17:41
c94c08e

Choose a tag to compare

What's Changed

  • Add context7.json to repo by @nicknisi in #345
  • feat: enable npm Trusted Publishers by @nicknisi in #346
  • feat: add TokenRefreshError with userId and sessionId for debugging by @nicknisi in #349
  • feat: add composable proxy/middleware helpers by @nicknisi in #348
  • fix(tests): move window.location patching and restoration to beforeEach/afterEach by @sundaray in #350
  • fix: avoid calling headers() in middleware context by @nicknisi in #354
  • fix(test): restore document.querySelector mock in afterEach by @sundaray in #356
  • fix(test): restore process.env after each test by @sundaray in #357
  • v2.13.0 by @nicknisi in #358

New Contributors

Full Changelog: v2.12.2...v2.13.0

v2.12.2

12 Dec 22:46
c43ad90

Choose a tag to compare

What's Changed

Full Changelog: v2.12.1...v2.12.2

v2.12.1

11 Dec 23:51
1064033

Choose a tag to compare

What's Changed

  • Socket workflow integration by @nickcollisson-workos in #338
  • Switch runner to ubuntu-latest for socket action by @nicknisi in #339
  • fix: bump Next.js dev dependency to patched version by @nicknisi in #341
  • fix: handle full URLs in returnPathname to prevent malformed redirects by @nicknisi in #340
  • fix: handle full URLs in returnPathname to prevent malformed redirects by @nicknisi in #342

New Contributors

Full Changelog: v2.12.0...v2.12.1

v2.12.0

03 Dec 00:08
f21ef14

Choose a tag to compare

What's Changed

Full Changelog: v2.11.1...v2.12.0

v2.11.1

20 Nov 19:17
928e630

Choose a tag to compare

What's Changed

  • docs: fix state parameter type documentation to match implementation by @nicknisi in #327
  • Prevent caching authenticated pages (94cf438)

Full Changelog: v2.11.0...v2.11.1

v2.11.0

29 Oct 22:25
e4ed7af

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.0...v2.11.0

v3.0.0-beta.1

15 Oct 22:08
28b2193

Choose a tag to compare

v3.0.0-beta.1 Pre-release
Pre-release

This update simply updates to @workos-inc/node v8.0.0-rc.1.

Full Changelog: v2.10.0...v3.0.0-beta.1

v2.10.0

08 Oct 16:16
136c1e5

Choose a tag to compare

What's Changed

  • Fix docs around eagerAuth usage by @nicknisi in #313
  • docs: Add featureFlag usage to the README by @birdcar in #318
  • feat: Add support for passing custom state data through authentication flow by @nicknisi in #314

New Contributors

Full Changelog: v2.9.0...v2.10.0

v2.9.0

24 Sep 23:55
1369f2e

Choose a tag to compare

What's Changed

  • Specify 'use client' to differentiate between a server component. by @brandonin in #310
  • Allow onSuccess callback to update session by @nholden in #311

New Contributors

Full Changelog: v2.8.0...v2.9.0