Files

6 lines
189 B
JavaScript
Raw Permalink Normal View History

2024-06-18 11:10:30 +04:00
/* eslint-disable new-cap */
import NextAuth from 'next-auth'
import {options} from 'app/api/auth/[...nextauth]/options'
export const {auth, handlers, signIn, signOut} = NextAuth(options)