Apple OAuth

This commit is contained in:
David Bomba 2022-07-13 16:05:52 +10:00
parent b135168dde
commit 469a3f053e

View File

@ -350,7 +350,7 @@ $response = Http::withHeaders(['Content-Type' => 'application/x-www-form-urlenco
'client_secret' => config('ninja.ninja_apple_client_secret'), 'client_secret' => config('ninja.ninja_apple_client_secret'),
]); ]);
nlog($response); nlog($response->json());
return $this->handleSocialiteLogin('apple', $token); return $this->handleSocialiteLogin('apple', $token);
} else { } else {