therewasaguy / p5js-webIDE

demo ~
http://p5ide.herokuapp.com/
47 stars 11 forks source link

alternate registration/login methods (start with email / pw) #109

Open therewasaguy opened 8 years ago

therewasaguy commented 8 years ago

Currently using Passport to handle authentication but we are only using the GitHub strategy. We should allow for other methods to sign up / login, starting with:

This involves a serverside implementation similar to this.

It also involves designing a modal/dialog or registration page for users.