mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-23 20:55:50 +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;
|