Kunne ikke verifisere din oAuth2 token: too_early
-
When testing the plugin i keep getting this error when trying to login with the Vipps integration.
This seems to be where the error is triggered:
if (isset($body['nbf']) && $body['nbf'] > ($timestamp + static::$leeway)) { return array('status'=>0, 'msg'=>'too_early','data'=>null); } if (isset($body['iat']) && $body['iat'] > ($timestamp + static::$leeway)) { return array('status'=>0, 'msg'=>'too_early','data'=>null); }
Is there maybe some timezone issue here?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Kunne ikke verifisere din oAuth2 token: too_early’ is closed to new replies.