internal frontend implementation with keycloak authentication #16

Merged
boom merged 20 commits from dev into production 2025-07-02 04:24:36 +02:00
Showing only changes of commit 9837259c41 - Show all commits

View File

@@ -7,8 +7,8 @@ import React from "react";
import {Separator} from "@/components/ui/separator"; import {Separator} from "@/components/ui/separator";
import {DynamicBreadcrumb} from "@/components/dynamic-breadcrumb"; import {DynamicBreadcrumb} from "@/components/dynamic-breadcrumb";
import {getServerSession} from "next-auth"; import {getServerSession} from "next-auth";
import {authOptions} from "@/app/api/auth/[...nextauth]/route";
import LoginScreen from "@/components/login-screen"; import LoginScreen from "@/components/login-screen";
import {authOptions} from "@/lib/auth/authOptions";
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Internal | Rhein Software", title: "Internal | Rhein Software",