nest-phylax
Version:
Security library for NestJS
5 lines (4 loc) • 339 B
TypeScript
export declare const INVALID_TOKEN_SIGNATURE_ERROR_MESSAGE = "Invalid token. Invalid signature";
export declare const TOKEN_EXPIRED_ERROR_MESSAGE = "Token expired";
export declare const FAILED_TO_DECODE_TOKEN_ERROR_MESSAGE = "Failed to decode token";
export declare const AUTHENTICATION_FAILED_ERROR_MESSAGE = "Authentication failed";