ff
This commit is contained in:
parent
00ef1d757e
commit
fdaa0359e3
1 changed files with 4 additions and 0 deletions
4
src/app/api/auth/[auth0]/route.ts
Normal file
4
src/app/api/auth/[auth0]/route.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// app/api/auth/[auth0]/route.ts
|
||||
import { handleAuth } from '@auth0/nextjs-auth0';
|
||||
|
||||
export const GET = handleAuth();
|
||||
Loading…
Add table
Add a link
Reference in a new issue