Open ProdigyView opened 4 years ago
I keep getting an IdentityProviderException: Bad Request here:
// Try to get an access token (using the authorization code grant) $token = $provider->getAccessToken('authorization_code', [ 'code' => $_GET['code'] ]);
Code is exactly copied from the example.
I keep getting an IdentityProviderException: Bad Request here:
Code is exactly copied from the example.