organization · inferred from evidence
Kinde
The organization behind the Kinde authentication package.
- /api/auth/setup returns 401 Unauthorized after deploying (Kinde Next.js SDK)
The /api/auth/setup route in @kinde-oss/kinde-auth-nextjs returned 401 Unauthorized after deployment, while everything worked locally. The setup endpoint rejected the request in the production environment with no useful error beyond the 401
- Can't resolve 'expo-secure-store' with Kinde Next.js SDK (fixed in 2.8.1)
Using @kinde-oss/kinde-auth-nextjs in an Expo/React Native context failed with Can't resolve 'expo-secure-store'. The SDK pulled in the Expo secure storage module unconditionally, so bundlers without Expo could not resolve it. The import ch
- Cannot find module 'next/headers' imported from Kinde auth package (fixed in 2.5.4)
Building a Next.js app with @kinde-oss/kinde-auth-nextjs failed with Cannot find module 'next/headers' imported from the Kinde auth package. The SDK imported next/headers in a context where Next did not provide it, breaking the build. The b