Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akase244/b6ff1197e7bf9358fde35d42a2c6a620 to your computer and use it in GitHub Desktop.
Save akase244/b6ff1197e7bf9358fde35d42a2c6a620 to your computer and use it in GitHub Desktop.
app/Http/Controllers/Auth/OauthController.php
public function handleProviderCallback($provider)
{
$oauthUser = Socialite::driver($provider)->user();
dd($oauthUser->getName());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment