• @bitfucker
    link
    English
    106 months ago

    Be careful since it is a double edged sword. Device bound session means the browser has the capabilities to differentiate devices, and thus can be used for more accurate tracking information. Of course I’m not saying it is not useful, having created a fair share of websites myself, I know the pain of authentication on the web and how it can be challenging to secure from tons of possible attack vectors. And in my experience, the weakest link is always the user.

    • @[email protected]
      link
      fedilink
      English
      56 months ago

      the browser has the capabilities to differentiate devices

      The browser can do it whether this exists or not. The only information the website gets is that the browser supports this feature or not, and nothing else.

      • @bitfucker
        link
        English
        26 months ago

        My bad, I worded that badly. What I meant is that the website now has access to those features via the browser (js or some other mechanism). Now suddenly fingerprinting a device can be made easier.

        • @[email protected]
          link
          fedilink
          English
          1
          edit-2
          6 months ago

          That’s a valid concern, but according to the article all the website can access is the random public key, or the fact that the feature is unsupported in this browser (for an unspecified reason).

          • @bitfucker
            link
            English
            16 months ago

            Yeah, I’ve also read the article. I am just being cautious on how it can be used for other things that cause privacy concern. And so far, I’ve come up blank too.