简体   繁体   中英

Social login in laravel 5.1?

I am new to Laravel. I need to login using Facebook, gmail and twitter. I also want to save the user profile, id, name and other basic information from the social profile. I know in Laravel we can use socialite.

Use laravel 5.1 socialite package, you can get detail documentation about if from laravel official site click here to view. With this you can get step by step tutorial from here .

Hybridauth plugin can use for mutiple social networking API in laravel

Currently hybrid auth available for Laravel 4.1

http://blog.elliothesp.co.uk/coding/laravel-4-and-hybrid-auth/

We can reuse for new laravel

https://laracasts.com/discuss/channels/general-discussion/adding-social-login-using-hybrid-auth-laravel5

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM