Skip to content

Releases: workos/authkit-react-router

v0.9.0

18 Sep 16:49
eaffaf7

Choose a tag to compare

What's Changed

New Contributors

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

v0.8.1

08 Aug 18:47
4cf1ada

Choose a tag to compare

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

05 Aug 03:05
3f62a6e

Choose a tag to compare

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

01 Aug 15:32
540ba02

Choose a tag to compare

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

28 Jun 03:02
e96748e

Choose a tag to compare

What's Changed

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

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

v0.6.0

20 Jun 22:12
1f18451

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

18 Jun 21:00
9b666d8

Choose a tag to compare

What's Changed

  • Add Session Refresh Callbacks by @nicknisi in #23
  • Allow configuring session storage on callback route by @nicknisi in #22

Full Changelog: v0.4.1...v0.5.0

v0.4.1

30 May 00:55
4a16303

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

29 May 17:55
5883537

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

18 Apr 23:23
0513526

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0