UNPKG

authorization-z

Version:

`Authorization-Z` is a comprehensive Express middleware package for validating JWT Authorization-Z tokens, attaching permissions to requests, verifying permissions, and granting access accordingly. This package provides a robust solution for implementing

3 lines (2 loc) 191 B
export declare const getMessage: (lang: string | undefined, category: "errors" | "success" | "validation", key: string) => string; export declare const getSupportedLanguages: () => string[];