mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Apple OAuth
This commit is contained in:
parent
49eb1bac9e
commit
b135168dde
@ -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…
x
Reference in New Issue
Block a user