{"record":{"id":"16368b25a42d947f","repo":"tymondesigns/jwt-auth","slug":"invalid-value-provided-for-claim-claim-16368b","errorCode":null,"errorMessage":"Invalid value provided for claim [{claim}]","messagePattern":"Invalid value provided for claim \\[(.+?)\\]","errorType":"exception","errorClass":"Tymon\\JWTAuth\\Exceptions\\InvalidClaimException","httpStatus":null,"severity":"error","filePath":"src/Claims/IssuedAt.php","lineNumber":37,"sourceCode":"{\n    use DatetimeTrait {\n        validateCreate as commonValidateCreate;\n    }\n\n    /**\n     * {@inheritdoc}\n     */\n    protected $name = 'iat';\n\n    /**\n     * {@inheritdoc}\n     */\n    public function validateCreate($value)\n    {\n        $this->commonValidateCreate($value);\n\n        if ($this->isFuture($value)) {\n            throw new InvalidClaimException($this);\n        }\n\n        return $value;\n    }\n\n    /**\n     * {@inheritdoc}\n     */\n    public function validatePayload()\n    {\n        if ($this->isFuture($this->getValue())) {\n            throw new TokenInvalidException('Issued At (iat) timestamp cannot be in the future');\n        }\n    }\n\n    /**\n     * {@inheritdoc}\n     */","sourceCodeStart":19,"sourceCodeEnd":55,"githubUrl":"https://github.com/tymondesigns/jwt-auth/blob/6c70930a92710d97e8e52b182fca2176097f33be/src/Claims/IssuedAt.php#L19-L55","documentation":"Error \"Invalid value provided for claim [{claim}]\" thrown in tymondesigns/jwt-auth.","triggerScenarios":"Thrown at src/Claims/IssuedAt.php:37 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"6c70930a92710d97e8e52b182fca2176097f33be","analyzedAt":"2026-08-21T02:16:37.040Z","schemaVersion":2},"datasetVersion":"2026-08-21T03:17:12.404Z"}