feat: add Auth0 passwordless login
This commit is contained in:
3
app/api/auth/[auth0]/route.ts
Normal file
3
app/api/auth/[auth0]/route.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { handleAuth } from '@auth0/nextjs-auth0';
|
||||
|
||||
export const GET = handleAuth();
|
||||
Reference in New Issue
Block a user