1
0
forked from baron/baron-sso
Files
baron-sso/adminfront/src/lib/sessionSliding.ts

10 lines
357 B
TypeScript

export {
DEFAULT_SESSION_RENEW_THROTTLE_MS as SESSION_RENEW_THROTTLE_MS,
DEFAULT_SESSION_RENEW_THRESHOLD_MS as SESSION_RENEW_THRESHOLD_MS,
readSessionExpiryEnabled,
shouldAttemptSlidingSessionRenew,
shouldSuppressDevelopmentSessionRedirect,
shouldAttemptUnlimitedSessionRenew,
writeSessionExpiryEnabled,
} from "../../../common/core/session";