@wristband/express-auth
Version:
SDK for integrating your ExpressJS application with Wristband. Handles user authentication and token management.
7 lines (6 loc) • 319 B
TypeScript
export declare const FORM_URLENCODED_MEDIA_TYPE: string;
export declare const JSON_MEDIA_TYPE: string;
export declare const LOGIN_REQUIRED_ERROR: string;
export declare const LOGIN_STATE_COOKIE_SEPARATOR: string;
export declare const LOGIN_STATE_COOKIE_PREFIX: string;
export declare const TENANT_DOMAIN_TOKEN: string;