library · inferred from evidence
@kinde-oss/kinde-auth-nextjs
A Kinde authentication SDK for Next.js applications.
- /api/auth/setup returns 401 Unauthorized after deploying (Kinde Next.js SDK)
Fixed upstream in PR #268 (the setup flow handling); upgrade @kinde-oss/kinde-auth-nextjs to a release from February 2025 or later containing that fix. The maintainers confirmed the fix in the thread after discussing the deploy-vs-local dif
- Can't resolve 'expo-secure-store' with Kinde Next.js SDK (fixed in 2.8.1)
Fixed in @kinde-oss/kinde-auth-nextjs 2.8.1; upgrade to 2.8.1 or newer. A maintainer confirmed the fix and a reporter verified it works. The fix removed the unconditional import so non-Expo bundlers no longer try to resolve the Expo module.
- Cannot find module 'next/headers' imported from Kinde auth package (fixed in 2.5.4)
Fixed in @kinde-oss/kinde-auth-nextjs 2.5.4; upgrade to 2.5.4 or newer and the build succeeds. The reporter confirmed the latest version resolved it. No app-side changes were needed; the fix was entirely in the SDK's imports. Source: https: