Skip to content

Commit

Permalink
v0.4.0 (#25)
Browse files Browse the repository at this point in the history
Changes:
* Only refreshes active tabs
* Doesn't call `onRefreshFailure` on the initial refresh request

Fixes:
* authkit-js would previously return stale tokens after a browser lock
  error

Removes:
* `refreshSession` (`getAccessToken` will refresh when necessary)
  • Loading branch information
cmatheson authored Aug 30, 2024
1 parent 0305044 commit 3a5929a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workos-inc/authkit-js",
"version": "0.3.0",
"version": "0.4.0",
"description": "AuthKit SDK",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 3a5929a

Please sign in to comment.