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
We should be able to authenticate a user using only an email address, provided that the user is able to click a link that we send to that address (which would contain an encrypted token which itself contains the email address).
Unfortunately this means we would have to implement email capabilities, presumably through Mailgun.
This also poses the question of what to do if a user logs in with Google (and has [email protected] stored in their profile) but tries to authenticate again using that email directly. Presumably it is okay to allow this authentication to proceed?
The text was updated successfully, but these errors were encountered:
We should be able to authenticate a user using only an email address, provided that the user is able to click a link that we send to that address (which would contain an encrypted token which itself contains the email address).
Unfortunately this means we would have to implement email capabilities, presumably through Mailgun.
This also poses the question of what to do if a user logs in with Google (and has
[email protected]
stored in their profile) but tries to authenticate again using that email directly. Presumably it is okay to allow this authentication to proceed?The text was updated successfully, but these errors were encountered: