implement authentik auth

This commit is contained in:
2025-08-16 19:09:57 -04:00
parent ad54758193
commit 2c6737ceb4
7 changed files with 139 additions and 14 deletions

View File

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