WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: workos/authkit-remix

v0.17.0

04 Dec 20:00
fe0abe1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.16.2...v0.17.0

v0.16.2

22 Aug 15:19
cbf9b2e

Choose a tag to compare

What's Changed

  • Fix infinite redirects with load balancer TLS termination by @nicknisi in #78

Full Changelog: v0.16.1...v0.16.2

v0.16.1

08 Aug 18:47
8d1964f

Choose a tag to compare

What's Changed

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

Full Changelog: v0.16.0...v0.16.1

v0.16.0

05 Aug 03:05
d00e8c1

Choose a tag to compare

What's Changed

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

Full Changelog: v0.15.0...v0.16.0

v0.15.0

01 Aug 15:36
233d6c9

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.14.1...v0.15.0

v0.14.1

28 Jun 03:01
6167e6b

Choose a tag to compare

What's Changed

  • Fix: Preserve organizationId during token refresh by @nicknisi in #68

Full Changelog: v0.14.0...v0.14.1

v0.14.0

25 Jun 16:11
6410ba9

Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

08 May 03:34
6707280

Choose a tag to compare

What's Changed

  • Allow configuring session storage on callback route by @nicknisi in #64

Full Changelog: v0.12.0...v0.13.0

v0.12.0

02 May 13:45
b4961bf

Choose a tag to compare

What's Changed

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

v0.11.0

18 Apr 23:22
4219379

Choose a tag to compare

What's Changed

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