internal frontend implementation with keycloak authentication
This commit is contained in:
5
internal_frontend/app/api/auth/[...nextauth]/route.ts
Normal file
5
internal_frontend/app/api/auth/[...nextauth]/route.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import NextAuth from "next-auth";
|
||||
import {authOptions} from "@/lib/auth/authOptions";
|
||||
|
||||
const handler = NextAuth(authOptions);
|
||||
export {handler as GET, handler as POST};
|
||||
Reference in New Issue
Block a user