karbe/src/app/api/auth/[...nextauth]/route.ts
Karbé Architect 88a7d01d55 feat(auth): add multi-role NextAuth with role guards
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-29 10:46:54 +00:00

3 lines
75 B
TypeScript

import { handlers } from "@/auth";
export const { GET, POST } = handlers;