implement oauth2 login

This commit is contained in:
fuomag9
2025-10-31 23:02:30 +01:00
parent 29acf06f75
commit d9ced96e1b
29 changed files with 800 additions and 136 deletions

View File

@@ -0,0 +1,3 @@
import { handlers } from "@/src/lib/auth";
export const { GET, POST } = handlers;