Skip to content

Releases: kinde-oss/kinde-auth-nextjs

Release 2.5.6

24 Mar 23:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.5...v2.5.6

Release 2.5.5

24 Mar 21:08
e798f3a
Compare
Choose a tag to compare

What's Changed

  • fix: getFlag result

Full Changelog: v2.5.4...v2.5.5

Release 2.5.4

21 Mar 18:58
c3800ed
Compare
Choose a tag to compare
  • fix: remove unused cookie import (e1d6ae2)
  • fix: update cookie import for >v1.0 of cookie (00b02a9)
  • fix: sync eslint vsn with @eslint/js (e9bce04)
  • fix: un-js all next core imports (85d3fee)
  • fix: rollup config imports (11dff50)
  • chore: migrate to eslint9 (13697b1)
  • fix: mjs rollup configs (d25d8f9)
  • fix: remove type: "module" (436cca9)
  • fix: postLoginRedirectURL logic (2c4a7fb)

Release 2.5.3

27 Feb 15:09
Compare
Choose a tag to compare

fix: export the correct type declaration (0066f44)

Release 2.5.2

25 Feb 17:39
5aee414
Compare
Choose a tag to compare
  • fix: helpers when hasura mapping used (e562f77)
  • refactor: rework redirection url handling (28ba3c7)
  • feat: pass state back on auth completion (f4be277)

Full Changelog: v2.5.1...v2.5.2

Release 2.5.1

13 Feb 09:52
Compare
Choose a tag to compare
  • fix: don't require org name to return org object (1bc3239)

Release 2.5.0

07 Feb 11:04
Compare
Choose a tag to compare

Features

feat: Allow full customisation of the Kinde api routes
feat: overhaul to refresh token handling and route protection.
feat: support to validate the post login route using regex

Fixes

fix: 500 error being thrown from setup route in some configurations
fix: prevent prefetching of auth endpoints when Kinde components are not used.
fix: login failed when access or id tokens were large in size
fix: custom validation of tokens, prevented full validation occuring.

Further small fixes and type improvements.

Big shout out to Discord Kinde insider Bailey for contributions on this release.

Release 2.4.6

07 Nov 00:11
Compare
Choose a tag to compare
  • fix: remove noisy error log (5fe4622)
  • fix: upgrade cookie from 1.0.0 to 1.0.1 (b387e60)

Release 2.4.5

05 Nov 07:26
e7166b1
Compare
Choose a tag to compare

What's Changed

  • fix: get id token (await getSessionItem) #234

Release 2.4.4

28 Oct 12:56
Compare
Choose a tag to compare
  • types: allow void for generic type (b1edfaa)