rm SESSION_LIFETIME_S

This commit is contained in:
Max Peintner
2024-11-27 11:54:42 +01:00
parent 6ef4bed69f
commit b87b6e254a

View File

@@ -40,8 +40,6 @@ import {
import { unstable_cacheLife as cacheLife } from "next/cache";
import { PROVIDER_MAPPING } from "./idp";
const SESSION_LIFETIME_S = 3600; // TODO load from oidc settings
const transport = createServerTransport(
process.env.ZITADEL_SERVICE_USER_TOKEN!,
{ baseUrl: process.env.ZITADEL_API_URL! },