UNPKG

@tanu-chahal/jwt-library

Version:

Encode, Decode & Validate JSON Web Token (JWTs)

2 lines (1 loc) 112 B
export declare function encode_jwt(secret: string, id: string | number, payload: object, ttl?: number): string;