mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 08:23:16 +00:00
rm SESSION_LIFETIME_S
This commit is contained in:
@@ -40,8 +40,6 @@ import {
|
|||||||
import { unstable_cacheLife as cacheLife } from "next/cache";
|
import { unstable_cacheLife as cacheLife } from "next/cache";
|
||||||
import { PROVIDER_MAPPING } from "./idp";
|
import { PROVIDER_MAPPING } from "./idp";
|
||||||
|
|
||||||
const SESSION_LIFETIME_S = 3600; // TODO load from oidc settings
|
|
||||||
|
|
||||||
const transport = createServerTransport(
|
const transport = createServerTransport(
|
||||||
process.env.ZITADEL_SERVICE_USER_TOKEN!,
|
process.env.ZITADEL_SERVICE_USER_TOKEN!,
|
||||||
{ baseUrl: process.env.ZITADEL_API_URL! },
|
{ baseUrl: process.env.ZITADEL_API_URL! },
|
||||||
|
|||||||
Reference in New Issue
Block a user