mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-30 08:04:23 +00:00
4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
import authConfig from './auth.config';
|
|
import NextAuth from 'next-auth';
|
|
export default NextAuth(authConfig).auth;
|