|
|
|
|
|
by jonahbenton
1269 days ago
|
|
An excellent women's soccer publication, Equalizer Soccer [1], which seems to use Memberful, has the authentication system I want EVERY non-critical publisher/app to use- 1. enter email address 2. email me a signin link 3. i click the link 4. i am in, on whatever device i am using There is no password and no needed coordination with my password management. It is glorious. 1. https://equalizersoccer.com/ |
|
It is glorious from the user perspective, but there are actually some subtleties from the implementation perspective that caused us some grief.
First of all, you have email configuration and deliverability. The answer is to outsource it to a provider like Sendgrid, SES, or Mailgun.
Then, there's anti phishing email software which can expire one time tokens as it probes to prevent phishing attacks. More on how we built around that here: https://github.com/FusionAuth/fusionauth-issues/issues/629