From fdaa0359e38074802756d9f89b74cfcca2f91ceb Mon Sep 17 00:00:00 2001 From: Jason Feibelman Date: Thu, 27 Mar 2025 14:49:06 -0400 Subject: [PATCH] ff --- src/app/api/auth/[auth0]/route.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/app/api/auth/[auth0]/route.ts 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