jeremykenedy / laravel-material-design

Laravel 5.6 on Material Design Lite 1.3 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. This makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. Uses laravel ORM modeling and has CRUD (Create Read Update Delete) functionality for all tasks. Quick setup, can be done in 5 minutes. It will take longer to obtain your Facebook, Twitter, and Google Plus API Keys than it will to set this up.
https://mdl.consultjeremy.com
MIT License
261 stars 108 forks source link

Social_id its same that user_id #18

Closed angelmartz closed 5 years ago

angelmartz commented 5 years ago

Social Login Id check, always its false because user_id = social_id

Fix: https://github.com/jeremykenedy/laravel-material-design/pull/17

jeremykenedy commented 5 years ago

Thank you!