This repository has been archived on 2026-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
web/pages/api/auth/[...auth0].ts
2022-12-28 15:29:04 +01:00

4 lines
80 B
TypeScript

import { handleAuth } from "@auth0/nextjs-auth0";
export default handleAuth();