joselfonseca / lighthouse-graphql-passport-auth

Add GraphQL mutations to get tokens from passport for https://lighthouse-php.com/
https://lighthouse-php-auth.com/
MIT License
228 stars 56 forks source link

Refactor Social Login #130

Closed joselfonseca closed 3 years ago

joselfonseca commented 3 years ago

Breaking change: The migration now creates a different table to hold the providers information instead of using the users table. Please be careful when upgrading an API that uses the socialite integration.

Fix #98