UNPKG

@shopgate/pwa-common

Version:

Common library for the Shopgate Connect PWA.

7 lines 310 B
export const DEFAULT_LOGIN_STRATEGY = 'basic'; export const REGISTRATION_FORM_LOGIN_STRATEGY = 'registrationForm'; export const EVENT_USER_INITIALIZED = 'EVENT_USER_INITIALIZED'; /** * Defines the interval to check if an expirable session is expired */ export const SESSION_EXPIRY_CHECK_INTERVAL = 20 * 1000;