DEV Community

Mahedi Hasan
Mahedi Hasan

Posted on

Login using Facebook, Google, Twitter and Github with Laravel Socialite

Laravel Socialite currently supports authentication with Facebook, Twitter, LinkedIn, Google, GitHub, GitLab and Bitbucket. In this tutorial we will see how to create authentication system in our apps using Laravel socialite package.

Socialite from laravel makes it very easy to add multiple providers for authentication, in this post lets build an Auth system on top of Laravel’s default Authentication to support login and signup using Facebook, Google, Twitter and Github. You can visit to know more information about laravel socialite from alravel official website.

https://www.codechief.org/article/oauth-login-using-facebook-google-twitter-and-github-with-laravel-socialite-package

Oldest comments (0)