finances/src/app/api/auth/[auth0]/route.js
2024-12-23 00:16:42 +01:00

3 lines
84 B
JavaScript

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