mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Apple OAuth
This commit is contained in:
parent
33e68ba9d5
commit
2301409f16
@ -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