eve online oauth provider v2 updates

This commit is contained in:
2021-02-12 04:26:04 +09:00
parent a4b5ba0594
commit d8a198809e

View File

@@ -35,7 +35,7 @@ class EveOnlineOAuthProvider extends AbstractProvider implements ProviderInterfa
* @return array
*/
protected function getUserByToken($token) {
$reponse = $this->getHttpClient()->get('https://login.eveonline.com/oauth/verify', [
$reponse = $this->getHttpClient()->get('https://login.eveonline.com/v2/oauth/verify', [
'headers' => [
'Authorization' => 'Bearer ' . $token,
],