|
|
|
|
|
by ajanuary
318 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) |
|