Why can’t we have federated identity to login into fediverse instead of creating login for each instance?

      • @[email protected]
        link
        fedilink
        English
        31 year ago

        Once someone had a technical problem. “I know,” they said. “I’ll put it on the blockchain.” Now they have a million technical problems.

    • @[email protected]
      link
      fedilink
      English
      61 year ago

      For identity verification, you can just do a simple key signing, just like how Nostr does it.

      Each user will generate a public-private key pair on their own device and has all their posts (and edit/delete requests) signed using their key.

      If someone wants to delete or edit their post, the site can just verify that the request is signed with the same key.

      There’s still issue of who’s going to store the user’s follows, etc. but I think we can find a way to workaround it.

      • @[email protected]
        link
        fedilink
        English
        31 year ago

        That then introduces ease of use problems. You won’t be able to log in to another device without copying your key over from an already logged in device for example.

        Web browsers don’t usually allow access to local files made outside the browser, so even logging in between browsers would require having your key on hand.

        Not to mention if you lose the file containing your key (hard drive craps out, etc), you’ll lose access to your account entirely. So users would be forced to backup their keys.

        Not issues that would make the product unusable, but enough of a hindrence that 90% of users would just go find something else (like threads) to use instead.

        • @[email protected]
          link
          fedilink
          English
          11 year ago

          I can’t use my account on another device until I input my password, so either way I need to use a password manager. If you reuse the same password (so you can remember it for hundreds of sites instead of using a password manager), being forced into using a key instead would actually be an improvement for your security.