Releases: workos/authkit-nextjs
Releases · workos/authkit-nextjs
v2.2.0
This minor version updates the Next.js peer dependency versions to include patched versions of Next.js that mitigate the CVE-2025-29927 vulnerability.
What's Changed
- Update peer dependencies for Next.js to non-vulnerable versions by @nicknisi in #226
- Also update Next.js 13 peer dep version by @nicknisi in #228
- v2.2.0 by @nicknisi in #227
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Add coana-guardrail and coana-analysis workflows by @nicknisi in #219
- fix guardrail to work with forks too by @nicknisi in #221
- Expose loginHint & redirectUri option in getSignInUrl and getSignUpUrl by @mintuhouse in #220
- add WORKOS_COOKIE_SAMESITE optional configuration by @nicknisi in #218
- add switchToOrganization action and client helper by @nicknisi in #214
- Expose a saveSession method for advanced use cases by @nicknisi in #223
- v2.1.0 by @nicknisi in #222
New Contributors
- @mintuhouse made their first contribution in #220
Full Changelog: v2.0.2...v2.1.0
v2.0.2
What's Changed
- adding support for login_hint to getSignInUrl by @rarevalo13 in #213
- improve type narrowing on refreshSession by @nicknisi in #215
- v2.0.2 by @nicknisi in #217
New Contributors
- @rarevalo13 made their first contribution in #213
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
What's Changed
- Fix type on README.md by @jessedijkstra in #194
- Expose WorkOS client for advanced use cases by @nicknisi in #204
- remove accessToken from being sent to client components by @nicknisi in #206
New Contributors
- @jessedijkstra made their first contribution in #194
Full Changelog: v1.4.1...v2.0.0
v1.4.1
v1.4.0
What's Changed
- Improve type safety for useAuth hook with ensureSignedIn by @nicknisi in #196
- Add v1 video to README by @chantastic in #197
- Fix interfaces.d.ts not being found by @spookyuser in #198
- v1.4.0 by @nicknisi in #199
New Contributors
- @spookyuser made their first contribution in #198
Full Changelog: v1.3.0...v1.4.0