mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-01 08:34:16 +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;
|