ErrLookup › tymondesigns/jwt-auth

tymondesigns/jwt-auth

🔐 JSON Web Token Authentication for Laravel & Lumen · PHP · 65 source files

Analyzed at 6c70930a92 on 2026-08-21. 29 documented errors.

Code / MessageTypeSeverityTags
Invalid value provided for claim [{claim}]
exception error
Token has expired
exception error
Invalid value provided for claim [{claim}]
exception error
Issued At (iat) timestamp cannot be in the future
exception error
Token has expired and can no longer be refreshed
exception error
Not Before (nbf) timestamp cannot be in the future
exception error
Token not provided
http error
User not found
http error
{JWTException message}
http error
{JWTException message}
http error
The token could not be parsed from the request
exception error
A token is required
exception error
Method [$method] does not exist.
exception error
Token could not be parsed from the request.
exception error
Method [$method] does not exist.
exception error
The token has been blacklisted
exception error
You must have the blacklist enabled to invalidate a token.
exception error
The payload is immutable
exception error
The claim [%s] does not exist on the payload.
exception error
Could not create token: {exception message}
exception error jwt, php, laravel, token-signing, configuration, lcobucci
Could not decode token: {exception message}
exception error jwt, php, laravel, token-decoding, lcobucci
Token Signature could not be verified.
exception error jwt, php, laravel, signature-verification, authentication, configuration
The given algorithm could not be found
exception critical jwt, php, laravel, algorithm, configuration, boot-error
Private key is not set.
exception critical jwt, php, laravel, configuration, rsa, ecdsa, missing-key
Secret is not set.
exception critical jwt, php, laravel, configuration, missing-secret, env-var
Public key is not set.
exception critical jwt, php, laravel, configuration, rsa, ecdsa, missing-key
JWT payload does not contain the required claims
exception error jwt, php, laravel, claims, payload-validation, configuration
Wrong number of segments
exception error jwt, php, laravel, token-format, input-validation, api-clients
Malformed token
exception error jwt, php, laravel, token-format, whitespace, input-validation