▲ | ajanuary 9 days ago | ||||||||||||||||||||||||||||||||||||||||||||||
Two problems I’ve encountered with magic links: * Mobile email clients that open links in an embedded browser. This confuses some people. From their perspective they never stay logged in, because every time they open their regular browser they don’t have a session (because it was created in the embedded browser) and have to request a login link again. * Some people don’t have their email on the device they want to log in on. Sending codes solves both of these problems (but then has the issues described in the article, and both share all the problems with sending emails) | |||||||||||||||||||||||||||||||||||||||||||||||
▲ | sweetjuly 9 days ago | parent [-] | ||||||||||||||||||||||||||||||||||||||||||||||
Magic links can be used to authorize the session rather than the device. That is, starting the sign in process on your laptop and clicking the link on your phone would authorize your laptop's sign in request rather than your phone's browser. It requires a bit more effort but it's not especially difficult to do. | |||||||||||||||||||||||||||||||||||||||||||||||
|