Releases: kinde-oss/kinde-auth-nextjs
Releases · kinde-oss/kinde-auth-nextjs
Release 2.5.1
- fix: don't require org name to return org object (1bc3239)
Release 2.5.0
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
Release 2.4.5
What's Changed
- fix: get id token (await getSessionItem) #234
Release 2.4.4
- types: allow void for generic type (b1edfaa)
Release 2.4.3
- fix: await sessionManager (0e947c6)
Release 2.4.2
Release 2.3.13
- fix: sessionManager import (3e0d570)