next-auth-typescript-example icon indicating copy to clipboard operation
next-auth-typescript-example copied to clipboard

An example project that shows how to use NextAuth with TypeScript

Results 1 next-auth-typescript-example issues
Sort by recently updated
recently updated
newest added

Actually, this configuration throws an error on Next.js 12.3.1^ /w Typescript support: `Type error: Property 'session' does not exist on type '{}'` Since release of Next.js v12.3.0, https://github.com/vercel/next.js/releases#:%7E:text=Compare-,v12.3.0,-Latest the interface...