Works just fine for me using League OAuth2 Client with 2.3.0 Beta 1 (I'd expect it also works with Beta 2 & 3).LuckyRiver said:
Nope, already tried but it returns a lot of empty fields but none shows who logs in right after I'm successfully authenticated.
Haven't retested on beta 3 though.
Click to expand...
PHP:
Код:
$provider = new \League\OAuth2\Client\Provider\GenericProvider([
'clientId' => '...', // The client ID assigned to you by the provider
'clientSecret' => '...'...
Read more
Читать далее...