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
In order to simplify sign-in process, we can implement "Passwordless Authentication".
When account is configured to use passwordless login, the user is asked to enter their email address, to which Racetrack will send a one-time-use link to log in.
SMTP server is needed to send mails.
visiting a link should create a session and keep the session ID in cookies. Let's find out if it can work with Django.
I find the idea intriguing, but I am a bit wary. I have never implemented this myself, or had users using it, and actually I've never been a user in a system using this pattern before.
That means, if we implement it, even if it turns out to be a good idea, users will still be surprised at least in the start. Also I'm not 100% sure how happy users are to Alt tab with a mail client to log in somewhere.
Looks like they implemented this 2 months ago. I've noticed that this feature doesn't show up always so it might be still under A-B testing or something.
In order to simplify sign-in process, we can implement "Passwordless Authentication".
When account is configured to use passwordless login, the user is asked to enter their email address, to which Racetrack will send a one-time-use link to log in.
https://auth0.com/docs/authenticate/passwordless/authentication-methods/email-magic-link
The text was updated successfully, but these errors were encountered: