socialite icon indicating copy to clipboard operation
socialite copied to clipboard

A laravel 5.6 full application boiler plate that uses socialite package to implement login with facebook, twitter, github and linkedin

Results 1 socialite issues
Sort by recently updated
recently updated
newest added

https://github.com/daveozoalor/socialite/blob/ab751b9f4f0d1faf2458fc46c73719a87b8f46ee/app/Http/Controllers/Auth/TwitterController.php#L74 Once a user signs in with a social account the user table will include their email address and the password 1234 meaning anyone could easily guess the login. I...