pivot-libre/pivot

Enable Login via Existing Google, Facebook, etc. Accounts

Opened this issue · 3 comments

As a user I want to log in via my existing Google, Facebook, etc. account so that I can participate in Ranked Pairs elections without needing to create+remember yet another account.

Probably using OpenID Connect

Consider using Laravel Socialite for this.
It is an official package by Laravel which gives support for multiple Oauth providers out of the box.
The official support is Facebook, Twitter, LinkedIn, Google, GitHub, GitLab and Bitbucket.

I like that idea. Thanks for the suggestion!