Releases: workos/authkit-js
Releases · workos/authkit-js
v0.10.1
04 Apr 19:39
Compare
Sorry, something went wrong.
No results found
v0.10.0
12 Mar 21:42
Compare
Sorry, something went wrong.
No results found
v0.9.0
15 Jan 00:57
Compare
Sorry, something went wrong.
No results found
Added
Added returnTo option to signOut by (#67 )
v0.8.1
09 Jan 19:37
Compare
Sorry, something went wrong.
No results found
Fixes
properly refreshes the session on page load (#66 )
v0.8.0
31 Dec 23:45
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Changes
export type OnRefreshResponse
v0.7.2
11 Dec 19:42
Compare
Sorry, something went wrong.
No results found
Changes
onRefresh callbacks no longer receive the refresh token (#58 )
v0.7.1
02 Dec 17:13
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
Under-the-hood changes to improve the locking and synchronization between tabs during session refresh. (#41 )