pivot-libre / pivot

Pivot is a web app for conducting Ranked Pairs elections
https://pivot.vote/
Apache License 2.0
8 stars 7 forks source link

Enable Login via Existing Google, Facebook, etc. Accounts #261

Open carlschroedl opened 5 years ago

carlschroedl commented 5 years ago

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.

carlschroedl commented 5 years ago

Probably using OpenID Connect

olivernybroe commented 5 years ago

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.

carlschroedl commented 5 years ago

I like that idea. Thanks for the suggestion!