this post was submitted on 21 Jun 2023
7 points (100.0% liked)
Fediverse
30277 readers
662 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to [email protected]!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It can be done with cryptographic signatures, like MetaMask login. But currently only crypto universe is doing that.
That way you wouldn't store login details on any server and the posts could be signed with your key, so editing them by instance admin would be practically impossible.
I think there already is such a social media website, but it's probably less popular than Mastodon/Lemmy.
I guess it is probably hard to expect users to be able to maintain their own keys. Idk, maybe there can be external identity services that helps users to store their keys, but mature users can just maintain their keys on their own? To avoid single point of failure, the key can be split into multiple parts so single compromised authority will not lead to account compromise... idk, just daydreaming.
Data signing is something I hadn't thought of. I was envisioning something simpler, like individual authentication servers. It would then be up to each content server to appropriately tag each entry. Each organization (or individual if they want) would have an authentication server that verifies identity. Throw in some OAuth so each organization can control how the user is identified, and I think it could work.
I can see the advantages of signing, though. Instance admins could pull a Spez, nor create posts in your name, and you can verify content ownership. There's nothing that says a public key can't be part of the authentication package. Drop in a LetsEncrypt integration and we have a solution.
That just seems like another reason to adopt it, to me.
MetaMask crypto signatures are actually easier to implement than federated OAuth. Only downside I see is necessity of installing crypto wallet.
I think OpenID is what you want. But at the moment it's yet more difficult than the previous solution.