Skip to content

Releases: kinde-oss/kinde-typescript-sdk

Release 2.12.0

03 Jul 07:38
Compare
Choose a tag to compare
  • feat: add JWT validation on JWT retrieval (1d55abf)
  • fix: use decoder-only approach for ID tokens in getUserFromSession (e377c6d)
  • chore: Clean up Node environment condition (f43ef30)
  • fix: add cryptographic validation to getUserFromSession for security and update JSDocs (a25450f)
  • fix: update function signatures and move jose to devDependencies and Delete remote-jwks-cache.ts (d7cae17)
  • feat: migrate from jose to @kinde/jwt-validator packages (b21411e)

Release 2.11.1

23 Jun 13:58
Compare
Choose a tag to compare
  • deps: update @kinde-js/utils (87ca62c)

Release 2.11.0

04 Jun 11:29
Compare
Choose a tag to compare
  • feat: switch to vitest and fix mocks (c9140ee)
  • feat: createPortalUrl (e358d4c)
  • fix: state handling in auth params (b9431ab)
  • bump Jose to 6 to support Cloudflare workers, update ESlint (a003fe2)

Release 2.10.1

04 Apr 07:13
Compare
Choose a tag to compare
  • fix: pull optional parameter up to refreshTokens abstraction (20eb0f5)

Release 2.10.0

03 Apr 21:58
Compare
Choose a tag to compare
  • chore: package json update (a1144d9)
  • text: updates (299999a)
  • fix: add phone to UserType interface (74d240b)
  • chore: update doc typo (ff0c27b)
  • feat: update authcode impl with new refreshTokens parameter (d9b0d2c)
  • feat: update pkce client impl with new refreshTokens parameter (f861a46)
  • feat: update abstract refreshToken with optional param and doc changes (5e76e69)
  • Update token-utils.ts (9d28ea6)

Release 2.9.1

15 May 12:51
Compare
Choose a tag to compare
  • chore: add release-it (ddcbee6)
  • bug: prevent expiry exception when reading id token claims (93ff59e)
  • bug: logout redirect is not required (6e968b3)

Release 2.9.0

16 Apr 22:39
Compare
Choose a tag to compare
  • Built-in JWT verification check for tokens (#46)
  • Updated to latest API spec (a863827)

Release 2.8.0

19 Mar 23:22
Compare
Choose a tag to compare
  • TS enchancements (#53)
  • refreshToken method exposed (#56)
  • Updated to latest API spec (c1dbc27)

Release 2.7.2

11 Mar 10:26
Compare
Choose a tag to compare
  • fix: exclude openid from client credentials flow (eb33856)
  • fix: ts-lint errors (93088de)

Release 2.6.0

15 Jan 23:54
Compare
Choose a tag to compare
  • Reusing state until successful auth flow completed (#43)