mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +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