v0.16.0 Latest January 15, 2026
What's Changed
Upgrade authkit-js to v0.19.0 by @nholden in #85
Full Changelog : v0.15.1...v0.16.0
What's Changed
feat: enable npm Trusted Publishers by @nicknisi in #79
Add authenticationMethod to state by @ohjonah in #80
v0.15.0 by @nholden in #81
New Contributors
@ohjonah made their first contribution in #80
@nholden made their first contribution in #81
Full Changelog : v0.15.0...v0.15.1
What's Changed
feat: enable npm Trusted Publishers by @nicknisi in #79
Add authenticationMethod to state by @ohjonah in #80
v0.15.0 by @nholden in #81
New Contributors
@ohjonah made their first contribution in #80
@nholden made their first contribution in #81
Full Changelog : v0.14.0...v0.15.0
What's Changed
Add npm logs and system file to .gitignore by @chaance in #73
feat: expose getSignInUrl and getSignUpUrl from authkit-js via useClient by @K-Mistele in #75
re-export errors and types from authkit-js by @zac-workos in #76
version bump to 0.14.0 by @zac-workos in #77
New Contributors
@K-Mistele made their first contribution in #75
@zac-workos made their first contribution in #76
Full Changelog : v0.13.0...v0.14.0
v0.13.0 September 18, 2025
What's Changed
Add roles from JWT payload by @atainter in #71
v0.13.0 by @atainter in #72
New Contributors
@atainter made their first contribution in #71
Full Changelog : v0.12.0...v0.13.0
What's Changed
docs: Add destructuring to onRedirectCallback example to access state by @heatherfaerber in #67
Add impersonator support by @nicknisi in #69
New Contributors
@heatherfaerber made their first contribution in #67
Full Changelog : v0.11.0...v0.12.0
What's Changed
Add support for feature_flags claim by @kkajla12 in #65
Full Changelog : v0.10.0...v0.11.0
What's Changed
Add section about passing data through authentication flows to README by @nicknisi in #56
upgrade authkit-js to v0.11.0 by @nicknisi in #61
v0.10.0 by @nicknisi in #62
This release adds the following functionality from authkit-js
Remove 'impersonation coming soon' error message by @nholden in #80
Deprecate context option on getAuthorizationUrl and signIn by @nholden in #83
Add forceRefresh option to getAccessToken method by @nicknisi in #85
Improve compatibility with hybrid mobile apps by @vdsbenoit in #84
Full Changelog : v0.9.1...v0.10.0
What's Changed
remove caveat about impersonation by @cmatheson in #48
Add coana workflows by @nicknisi in #49
Add coana-guardrail and coana-analysis workflows by @nicknisi in #50
Add coana-guardrail and coana-analysis workflows by @nicknisi in #51
Update authkit-js to v0.10.1 by @nicknisi in #54
v0.9.1 by @nicknisi in #55
New Contributors
@nicknisi made their first contribution in #49
Full Changelog : v0.9.0...v0.9.1
Added
Bumped dependency on @workos-inc/authkit-js to 0.9.0, exposing new returnTo parameter for signOut helper (#46 )
Full Changelog : v0.8.1...v0.9.0
Updates authkit-js to 0.7.1
Added
switchToOrganization (#31 )
Added
Updated @workos-inc/authkit-js to the latest version which contains under-the-hood improvements for more robust session refreshing. (#29 )
Fixed an issue with updating the role in useAuth()
Updated @workos-inc/authkit-js to v0.5.1
Added information about configuring a login initiation endpoint to the README.
Upgrades authkit-js to 0.5.0 (Adds the context parameter to signIn/signUp)
Bumps @workos-inc/authkit-js to 0.4.1
Bumps @workos-inc/authkit-js to v0.2.2 (which fixes a refresh bug).
Fixes
Update state in AuthKitProvider only when data meaningfully changes (previously this was happening on every refresh)
Bump authkit-js to 0.2.1
Changes
Bumps @workos-inc/authkit-js to v0.2.0.
Adds:
useAuth() also returns organizationId, role, and permissions.
Changes:
user (from useAuth()) is now updated as new refresh tokens are received
upgrades to @workos-inc/authkit-js v0.1.0
Changed
relax React peer dependency requirements
improve compatibility with older bundlers