Login to cloud dashboard with email sends a one-time login link. This is problematic for two reasons:
- It’s terribly insecure. As emails are similar to postcards in the “good old physical world”, everyone with technical capabilities can listen in and therefore grab the link and get unsolicited access to my dashboard
- It’s very inconvenient. Especially if I want to login from a device that doesn’t have access to email, I have to copy & paste the link to that device and then use it there to get started. That’s not fun at all.
The other options (login with Google or GitHub) is a no-go in out case as we don’t trust those companies.
Looks like you want to avoid dealing with passwords, I understand that. But the way it is now isn’t a solution either from my point of view.