Skip to content

Releases: workos/authkit-remix

v0.15.0

01 Aug 15:36
233d6c9
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.13.0

08 May 03:34
6707280
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v0.11.0

18 Apr 23:22
4219379
Compare
Choose a tag to compare

What's Changed

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

v0.10.0

08 Apr 20:22
37a35c8
Compare
Choose a tag to compare

What's Changed

  • add switchToOrganization and refreshSession methods to remix SDK by @nicknisi in #53

Full Changelog: v0.9.1...v0.10.0

v0.9.1

28 Mar 16:56
9ab9eb3
Compare
Choose a tag to compare

What's Changed

  • fix: pass through non-JSON responses without modification in loader wrapper by @nicknisi in #50
  • v0.9.1 by @nicknisi in #51

Full Changelog: v0.9.0...v0.9.1

v0.9.0

26 Mar 16:39
f1a0a47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

10 Mar 17:39
1b1d4ca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.8.0