What are your thoughts on passwordless login?
I'm thinking of implementing login via "magic link" on a new project I'm working on. Basically, users won't have passwords and needs to enter their email to receive a link in order to login each time.
What do you think of that? Have you implemented this before? If so, how was the user experience?
User experience is awful for anybody using a password manager. Instead of a one click login you end up with a multi step process that's not even more secure. I wouldn't recommend it especially if your users are tech people.
If you want security, 2FA via authenticator app is a better option.
One problem is it makes it difficult if your users ever need to share a login with a team member as they would need access to the email account. This could be useful though if you want to prevent this or have 1 account per user.
I like the option of using a magic link or not like how Slack does it over Notion or Medium.
Please sign in to leave a comment.