Ask HN: Does magic link authentication use HTML canvassing?

Many sites are starting to use magic link auth more often and I am wondering if its a trend to also glean more information from the account holder.

I dont like this auth process because it forces me to have to use the email system to authenticate every time which adds to the amount of time it takes to log-in. With Claude.ai, the auth process at least gives you an option to use a code to sign in with after you get the email. The problem is, the email doesn't contain the code. You have to click on a link which opens a web page to gain the code and it appears at that point it wants to do an HTML canvassing operation. I feel like that is a violation of privacy to do this at the point of trying to log into a service I pay for. I'm wondering if I am off base or if anyone notices this, or finds a difference in the process. and if its happening, what can be done about it. Also I wonder what the real reason is why more and more companies are moving toward this authentication method.

2 points | by trinsic2 19 hours ago

4 comments

  • Gametroleum 19 hours ago
    I believe this is the reason:

    Imagine, you work in bigCorp. You have company email address: [email protected]

    bigCorp pays for your access to SaaS service.

    You switch jobs, your email is revoked/removed. You can not log in anymore.

    If there was no 2FA via email - you still can access service with email+password in case they failed to remove your access to specific service.

    If all services use 2FA via email - bigCorp has less access problems.

    That is also partly related with SAML/SSO lack of "sign off".

    • raw_anon_1111 17 hours ago
      No BigCorp would ever use a SaaS product that doesn’t have SSO federation. No IT department wants to keep track of individual logons.
  • kay_o 13 hours ago
    0) Word you want is fingerprinting ?

    1) They can already do this at the login point before the email is send

    2) It is more likely, for general users, such that users reuse passwords and get stuffed often

  • NoahZuniga 13 hours ago
    Consensus in the security space is that passwords are really bad. So many products are migrating away from passwords to magic links/passkeys.
    • andyjohnson0 1 hour ago
      It seems to me like magic links are just off-loading the auth problem to email.

      If magic links become increasingly common then email† account access increasing becomes a single point of vulnerability/failure. And email providers obviously can't use magic links for auth. I dont know what the solution is.

      † or IM services