Skip to content

Releases: kinde-oss/kinde-auth-nextjs

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)

Release 2.4.3

23 Oct 02:25
Compare
Choose a tag to compare
  • fix: await sessionManager (0e947c6)

Release 2.4.2

23 Oct 00:41
Compare
Choose a tag to compare
  • Merge pull request #226 from kinde-oss/feat/next15 (62e54af)
  • fix: PR review updates (7d5ab3e)
  • feat: nextjs 15 support, update cookie (544f3d7)
  • Merge branch 'main' into feat/next15 (55ccdd9)
  • feat: await cookies (9be52c3)

Release 2.3.13

22 Oct 00:52
Compare
Choose a tag to compare
  • fix: sessionManager import (3e0d570)