eve online oauth provider v2 updates
This commit is contained in:
@@ -35,7 +35,7 @@ class EveOnlineOAuthProvider extends AbstractProvider implements ProviderInterfa
|
|||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
protected function getUserByToken($token) {
|
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' => [
|
'headers' => [
|
||||||
'Authorization' => 'Bearer ' . $token,
|
'Authorization' => 'Bearer ' . $token,
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user