Skip to content

Releases: workos/authkit-react-router

v0.12.2

Choose a tag to compare

@workos-sdk-automation workos-sdk-automation released this 30 Jul 22:17
91abc44

0.12.2 (2026-07-30)

Bug Fixes

  • Preserve session on transient refresh failures (#79) (c920a46)

v0.12.1

Choose a tag to compare

@workos-sdk-automation workos-sdk-automation released this 23 Jun 22:37
7426190

0.12.1 (2026-06-23)

Bug Fixes

  • cache JWKS instance across verifyAccessToken calls (#67) (fe77bbd)

v0.12.0

Choose a tag to compare

@gjtorikian gjtorikian released this 23 Jun 17:06
a973c6a

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

Choose a tag to compare

@nicknisi nicknisi released this 28 Apr 19:50
fbab6d4

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

Choose a tag to compare

@chaance chaance released this 12 Dec 16:29
20743e7

What's Changed

New Contributors

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

v0.9.0

Choose a tag to compare

@atainter atainter released this 18 Sep 16:49
eaffaf7

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.9.0

v0.8.1

Choose a tag to compare

@nicknisi nicknisi released this 08 Aug 18:47
4cf1ada

What's Changed

  • fix: use fresh user data when refreshing sessions by @nicknisi in #36

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

v0.8.0

Choose a tag to compare

@nicknisi nicknisi released this 05 Aug 03:05
3f62a6e

What's Changed

  • Fix: Preserve return pathname on session refresh failure by @nicknisi in #31
  • fix: return null user when access token is expired in withAuth by @nicknisi in #32

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

v0.7.0

Choose a tag to compare

@nicknisi nicknisi released this 01 Aug 15:32
540ba02

What's Changed

This version implements security improvements to the authentication system.

Changes

  • Modified the authentication data structure to improve security
  • Added a new getAccessToken() function for explicit access to authentication data
  • Updated documentation with security best practices

Breaking Changes

⚠️ This is a breaking change for applications that rely on access tokens being available in loader data.

See the updated README for migration instructions.

Full Changelog: v0.6.1...v0.7.0

v0.6.1

Choose a tag to compare

@nicknisi nicknisi released this 28 Jun 03:02
e96748e

What's Changed

  • Fix organization ID preservation during token refresh by @nicknisi in #27

Full Changelog: v0.6.0...v0.6.1