apsillers / lords-of-the-fey

An online turn-based HTML5 game, based on Battle for Wesnoth
Other
9 stars 2 forks source link

Implement authorization-based login (e.g., OAuth) #10

Closed apsillers closed 9 years ago

apsillers commented 9 years ago

Creating a username and password is so 2001. We already use Passport.js to perform password-based login, so we should use Passport's OAuth-style mechanisms, like its support for Facebook, Twitter, and Google.