You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2021. It is now read-only.
After call of $provider->getAccessToken('authorization_code', [
'code' => $_GET['code']
]);
the methode $this->checkResponse($response, $parsed); causes error
Uncaught exception: "Bad request" with code 1 in file /vendor/larabros/oauth2-psn/src/Psn.php on line 63.
no other details. could you please help?
The text was updated successfully, but these errors were encountered:
After call of $provider->getAccessToken('authorization_code', [
'code' => $_GET['code']
]);
the methode $this->checkResponse($response, $parsed); causes error
Uncaught exception: "Bad request" with code 1 in file /vendor/larabros/oauth2-psn/src/Psn.php on line 63.
no other details. could you please help?
The text was updated successfully, but these errors were encountered: