I am sure it was discussed here before, but I can’t find a good way to search this community.

Are there any arguments against having a user’s identity federate, and be compatible across platforms?

For example, let us say I sign up with my instance, matcha_addict@lemy.lol

But what if I go on mastodon, and I want to have my own micro blog. Or maybe go to write freely and post some blog posts. I’d have to make a different account on each one.

What if mastodon or write freely could just let me log in with my lemmy account (or lets call it federated account). This has several benefits:

  • users don’t have to scratch their head on if I am the same person or not across these platforms
  • theoretically, someone following my feed can get updates on what I do on multiple platforms

Now I understand this would be difficult to implement and iron out all the edge cases, but am I missing anything on why it wouldn’t be a desirable feature, given it is implemented?

  • Omniraptor@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 day ago

    Why would you need a password if you already have a private key?

    Also, one possible way to manage private keys is to split the key (and the risk/burden) using shamir’s secret sharing and use that process for key recovery if you ever lose it. For example you split it among 6 people you trust and to recover the key, 4 of them need to give you a fragment of it.

    https://en.m.wikipedia.org/wiki/Shamir's_secret_sharing

    • SorteKanin@feddit.dk
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 day ago

      Yea in theory you wouldn’t need the password if you have the private key but here the key is only used for signing, maybe not for login. If it also needs to be backwards compatible. In any case, I don’t think user-held private keys is viable.

      Sharing with trusted parties… I dunno, I think again it’s too technical and complicated to do it. And you’d need people on the platform you trust to already be there.

      • Omniraptor@lemm.ee
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 day ago

        No, the key fragment is just a bit of text you can send to them by whatever secure side channel you want down to handing them a flash drive. Then when you need to recover the key you ask for it back