Skip to content

Releases: workos/authkit-js

v0.17.0

23 Dec 23:00
186931a

Choose a tag to compare

What's Changed

  • feat: enable npm Trusted Publishers by @nicknisi in #101
  • Add authentication method to response interfaces and serializer by @ohjonah in #99

New Contributors

Full Changelog: v0.16.0...v0.17.0

v0.16.0

13 Nov 17:41
fe82a75

Choose a tag to compare

What's Changed

  • Revert emitting custom event with access token by @chaance in #96

Full Changelog: v0.15.0...v0.16.0

v0.15.0

13 Nov 00:12
f526924

Choose a tag to compare

What's Changed

  • Emit custom event when token is refreshed by @chaance in #51

New Contributors

Full Changelog: v0.14.0...v0.15.0

v0.14.0

17 Sep 23:30
0c9cd63

Choose a tag to compare

What's Changed

New Contributors

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

v0.13.0

18 Jun 23:20
57626fd

Choose a tag to compare

What's Changed

  • Add feature_flags claim on jwt interface by @kkajla12 in #89

Full Changelog: v0.12.0...v0.13.0

v0.12.0

28 May 15:55
6f1d9a7

Choose a tag to compare

What's Changed

  • Add support for custom claims in getClaims function by @nicknisi in #87

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

v0.11.0

21 May 16:25
ffbcc97

Choose a tag to compare

What's Changed

  • 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
  • v0.11.0 by @nicknisi in #86

New Contributors

Full Changelog: v0.10.1...v0.11.0

v0.10.1

04 Apr 19:39
e09095d

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

Choose a tag to compare

Added

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

v0.9.0

15 Jan 00:57
cecf0f7

Choose a tag to compare

Added

  • Added returnTo option to signOut by (#67)