UNPKG

@the-node-forge/jwt-utils

Version:

A flexible, lightweight Node.js JWT library for generating, verifying, and managing JSON Web Tokens (JWTs). Supports access and refresh tokens with customizable secrets for authentication and role-based access control. Includes middleware for Express, Fas

3 lines 259 B
export declare const authenticateToken: (accessSecret: string) => (req: any, res: any, next: any) => void; export declare const authenticateRefreshToken: (refreshSecret: string) => (req: any, res: any, next: any) => void; //# sourceMappingURL=express.d.ts.map