I guess I’m glad I was never a big Twat, so Bluesky wasn’t a place of refuge for me the way Lemmy was when Reddit went off the rails.

  • Dave@lemmy.nz
    link
    fedilink
    arrow-up
    1
    ·
    8 days ago

    I guess the question is… how? Browsers isolate what they know about you to domains. When you go to Gmail, it doesn’t tell Gmail that you have a Hotmail email.

    As far as the browser knows, lemmy.world and lemmy.ca are as different as hotmail.com and gmail.com. The token that knows you are logged into lemmy.world is not sent to any other site, that would be a huge security risk. And the browser doesn’t know what is being stored in the cookies, just that it’s there and it should only send it to the domain it came from and never another.

    I don’t disagree that this is a big problem. I just don’t know how it would be solved while keeping the fediverse decentralised.

    • Alaknár@sopuli.xyz
      link
      fedilink
      arrow-up
      2
      ·
      8 days ago

      That’s one of the many fundamental design shortcomings of the Fediverse.

      But, in this particular case, the “how” could be a simple “redirect to a different instance” button, where you could select yours. Or the site could check for the cookies of known servers and check if one has a valid login token, and automatically redirect there.

      • Dave@lemmy.nz
        link
        fedilink
        arrow-up
        1
        ·
        8 days ago

        could be a simple “redirect to a different instance” button, where you could select yours

        Though not perfect, that would be a vast improvement on now. There are thousands of instances (remembering content is shared to Mastodon and others), and not every instance knows about every other, but you could auto-fill from the list the instance knows about, and if you end up back on that site it should remember what you selected last time and prefill it. Great idea!

        Or the site could check for the cookies of known servers

        This is simply not possible because browsers don’t let a site do this.