Skip to content

Releases: workos/authkit-js

v0.10.1

04 Apr 19:39
e09095d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

12 Mar 21:42
aee4502
Compare
Choose a tag to compare

Added

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

v0.9.0

15 Jan 00:57
cecf0f7
Compare
Choose a tag to compare

Added

  • Added returnTo option to signOut by (#67)

v0.8.1

09 Jan 19:37
Compare
Choose a tag to compare

Fixes

  • properly refreshes the session on page load (#66)

v0.8.0

31 Dec 23:45
Compare
Choose a tag to compare

Changes

  • Avoids initial refresh when user has no session (#61)

Fixes

  • Throws error instead of returning stale access tokens when offline (#63)
  • Properly exports OnRefreshResponse type

v0.7.3

11 Dec 20:20
Compare
Choose a tag to compare

Changes

  • export type OnRefreshResponse

v0.7.2

11 Dec 19:42
Compare
Choose a tag to compare

Changes

  • onRefresh callbacks no longer receive the refresh token (#58)

v0.7.1

02 Dec 17:13
Compare
Choose a tag to compare

Fixed

  • Avoids an issue where multiple authentication requests could queue up when multiple getAccessToken calls are made when the token needs to be refreshed.

v0.7.0

11 Nov 20:55
Compare
Choose a tag to compare

Added

  • switchToOrganization can be used to switch a user's active organization.
  • signIn and signUp now take organizationId and loginHint parameters.

v0.6.1

01 Nov 20:39
6619864
Compare
Choose a tag to compare

Fixed

  • Under-the-hood changes to improve the locking and synchronization between tabs during session refresh. (#41)