This repository has been archived on 2026-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nextjs-auth0/app/api/auth/[auth0]/route.ts
2024-06-25 21:50:16 +02:00

4 lines
84 B
TypeScript

import { handleAuth } from '@auth0/nextjs-auth0';
export const GET = handleAuth();