sttarneyiat

Results 1 comments of sttarneyiat

So I see in the oauth2-server-demo/vendor/bshaffer/oauth2-server-php/src/OAuth2/Controller/ResourceController.php `if (isset($token["expires"]) && time() > $token["expires"]) { $this->response = new OAuth2_Response_AuthenticationError(401, 'invalid_grant', 'The access token provided has expired', $this->tokenType->getTokenType(), $this->config['www_realm'], $scope); return null; }`...