Apple OAuth
This commit is contained in:
parent
49eb1bac9e
commit
b135168dde
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue