@nekzus/tokenly
Version:
Secure JWT token management with advanced device fingerprinting
4 lines (3 loc) • 390 B
TypeScript
export { Tokenly } from './tokenManager.js';
export { getClientIP } from './utils/ipHelper.js';
export type { CookieConfig, InvalidFingerprintEvent, MaxDevicesEvent, RotationConfig, SecurityConfig, TokenExpiringEvent, TokenRevokedEvent, TokenRotationResponse, TokenlyConfig, TokenlyContext, TokenlyLoginResponse, TokenlyPayload, TokenlyRefreshResponse, TokenlyResponse } from './types.js';