mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
feat(auth): create auth.ts for authentication setup
This commit is contained in:
parent
78d04a34f2
commit
134cd38964
5
src/auth.ts
Normal file
5
src/auth.ts
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
import NextAuth from "next-auth"
|
||||||
|
|
||||||
|
export const { handlers, signIn, signOut, auth } = NextAuth({
|
||||||
|
providers: [],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user