mirror of
https://github.com/woodchen-ink/Q58Connect.git
synced 2025-07-18 14:01:55 +08:00
6 lines
134 B
TypeScript
6 lines
134 B
TypeScript
import NextAuth from "next-auth";
|
|
|
|
import authConfig from "./auth.config";
|
|
|
|
export const { auth: middleware } = NextAuth(authConfig);
|