auth0 login
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
import { Auth0Client } from '@auth0/nextjs-auth0/server';
|
||||
|
||||
export const auth0 = new Auth0Client();
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
import { Auth0Client } from '@auth0/nextjs-auth0/server';
|
||||
|
||||
export const auth0 = new Auth0Client();
|
||||