diff --git a/src/app/api/auth/[auth0]/route.ts b/src/app/api/auth/[auth0]/route.ts new file mode 100644 index 0000000..e9c8ba1 --- /dev/null +++ b/src/app/api/auth/[auth0]/route.ts @@ -0,0 +1,4 @@ +// app/api/auth/[auth0]/route.ts +import { handleAuth } from '@auth0/nextjs-auth0'; + +export const GET = handleAuth(); \ No newline at end of file