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/ff20a3526f9d66d9510a9e492fa72ef1 to your computer and use it in GitHub Desktop.
Save akase244/ff20a3526f9d66d9510a9e492fa72ef1 to your computer and use it in GitHub Desktop.
app/Http/Controllers/Auth/OauthController.php
<?php
public function handleProviderCallback($provider)
{
$oauthUser = Socialite::driver($provider)->user();
dd($oauthUser->getEmail());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment