Searched refs:leeway (Results 1 – 4 of 4) sorted by relevance
42 public static $leeway = 0; variable in Firebase\\JWT\\JWT146 if (isset($payload->nbf) && $payload->nbf > ($timestamp + static::$leeway)) {155 if (isset($payload->iat) && $payload->iat > ($timestamp + static::$leeway)) {162 if (isset($payload->exp) && ($timestamp - static::$leeway) >= $payload->exp) {
221 if (property_exists($jwtClass, 'leeway') && $jwtClass::$leeway < 1) {224 $jwtClass::$leeway = 1;
59 * You can add a leeway to account for when there is a clock skew times between60 * the signing and verifying servers. It is recommended that this leeway should65 JWT::$leeway = 60; // $leeway in seconds284 - Add support for adding a leeway to `JWT:decode()` that accounts for clock skew
1 …available sources at its discretion. This provides them with significant leeway to tailor their se…