mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* feat: support Route Handlers * update dev app * init NextAuth via Route Handler in dev app * import as type * fix labeler * default secret to `NEXTAUTH_SECRET` * handle redirects * support advanced init in Route Handlers * use port 3000 for docs dev * document initialization with Route Handlers * upgrade to latest `next` * upgrade to 13.3.0 * remove workaround * cleanup
7 lines
267 B
TypeScript
7 lines
267 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
/// <reference types="next/navigation-types/compat/navigation" />
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/basic-features/typescript for more information.
|