UNPKG

@thermopylae/lib.user-session

Version:

Stateful implementation of the user session.

6 lines (5 loc) 316 B
export { UserSessionManager, RENEWED_SESSION_FLAG } from './manager'; export { ErrorCodes } from './error'; export type { UserSessionManagerOptions, UserSessionTimeouts, RenewSessionHooks } from './manager'; export type { UserSessionMetaData } from './session'; export type { UserSessionsStorage } from './storage';