Working on auth with credentials.

This commit is contained in:
charles-gauthereau
2024-11-03 21:12:40 +01:00
parent d6ff290f66
commit 3587849803
28 changed files with 1039 additions and 591 deletions
+4
View File
@@ -0,0 +1,4 @@
import {handlers} from "@/auth/auth";
export const {GET, POST} = handlers;