Reputation: 823
What's the standard/best way to handle the following situation?
A user enters email address [email protected] to send an invite to an event on a website. The person receiving the invite already has an account at the website but has signed up with [email protected] as their email address.
How do I verify that it's the right person while letting the user sign in with their actual account? I can use an invite ID to tie that account with that invite but what's stopping any person with access to that ID logging in?
Upvotes: 1
Views: 509
Reputation: 15364
It depends on your level of trust. You have a few choices:
Upvotes: 1