organization · inferred from evidence
kinde-oss
The organization maintaining the @kinde-oss/kinde-auth-nextjs library, referenced as a maintainer.
- /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