auth0 login

This commit is contained in:
2025-12-07 10:05:30 -07:00
parent 53db70fc29
commit 57564df115
10 changed files with 1053 additions and 15 deletions

3
web/src/lib/auth0.ts Normal file
View File

@@ -0,0 +1,3 @@
import { Auth0Client } from '@auth0/nextjs-auth0/server';
export const auth0 = new Auth0Client();