judge4c/src/auth.ts

6 lines
118 B
TypeScript
Raw Normal View History

import NextAuth from "next-auth"
export const { handlers, signIn, signOut, auth } = NextAuth({
providers: [],
});