ErrLookup › auth0/node-jsonwebtoken

auth0/node-jsonwebtoken

JsonWebToken implementation for node.js http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html · JavaScript · 12 source files

Analyzed at b924272f29 on 2026-09-02. 9 documented errors.

Code / MessageTypeSeverityTags
Unknown key type "${keyType}".
exception error jwt, asymmetric-key, key-type, node-crypto
"alg" parameter for "${keyType}" key type must be one of: ${
validation error jwt, algorithm-mismatch, asymmetric-key
"alg" parameter "${algorithm}" requires curve "${allowedCurv
validation error jwt, ec-curve, algorithm-mismatch
Invalid key for this operation, its RSA-PSS parameters do no
exception error jwt, rsa-pss, key-parameters
Invalid key for this operation, its RSA-PSS parameter saltLe
exception error jwt, rsa-pss, salt-length
Expected "${parameterName}" to be a plain object.
validation error jwt, type-error, payload-validation
"${key}" is not allowed in "${parameterName}"
validation error jwt, option-typo, schema-validation
"iat"/"exp"/"nbf" should be a number of seconds
validation error jwt, claim-validation, type-error
secretOrPrivateKey has a minimum key size of 2048 bits for $
exception error jwt, weak-key, key-size, security