Serhii Hrebenuik
Results
1
issues of
Serhii Hrebenuik
When I try to use: `Socialite::driver('apple')->stateless()->user()` inside the callback function, I encounter an error: invalid_client. The root cause is in the method: `$response = $this->getAccessTokenResponse($this->getCode());` This method makes a Guzzle...