You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
a user entering their own username + password, and email address
verify their email address ?
allow user to reset their password
This involves a serverside implementation similar to this.
It also involves designing a modal/dialog or registration page for users.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: