Apple OAuth

This commit is contained in:
David Bomba 2022-07-13 16:03:51 +10:00
parent 49eb1bac9e
commit b135168dde

View File

@ -341,7 +341,7 @@ class LoginController extends BaseController
$response = Http::withHeaders(['Content-Type:' => 'application/x-www-form-urlencoded'])
$response = Http::withHeaders(['Content-Type' => 'application/x-www-form-urlencoded'])
->post('https://appleid.apple.com/auth/token', [
'grant_type' => 'authorization_code',
'code' => $token,