/laravel-socialite

Laravel Socialite Auth Scafolding with bunch of social media using Laravel Socialite

Primary LanguagePHP

Laravel Socialite Auth Scafolding

This is a Laravel Socialite Auth Scafolding with so much social media oauth. This application using Laravel Socialite and Socialite Provider List of social media and link how to get and setup key, secret, and callback

Still want to add more social media on that list.

How To Use

  • Put all of your Client ID, Client Key, and Redirect URL to .env file
  • If you want to not use one or more of the social media, you can discard the button from login.blade.php and register.blade.php file
  • If you want COMPLETELY to not use one or more of the social media, you must also remove the social media socialite package in composer.json file, and remove the social media provider in EventServiceProvider.php file