6 lines
154 B
TypeScript
6 lines
154 B
TypeScript
|
|
|
||
|
|
import NextAuth from 'next-auth';
|
||
|
|
import { authConfig } from './auth.config';
|
||
|
|
|
||
|
|
export const { handlers, auth, signIn, signOut } = NextAuth(authConfig);
|