completed oauth implementation on hub and dispatch
This commit is contained in:
6
apps/dispatch/app/api/auth/[...nextauth]/route.ts
Normal file
6
apps/dispatch/app/api/auth/[...nextauth]/route.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import NextAuth from 'next-auth';
|
||||
import { options } from './auth';
|
||||
|
||||
const handler = NextAuth(options);
|
||||
|
||||
export { handler as GET, handler as POST };
|
||||
Reference in New Issue
Block a user