Distributed Verification

There's been a lot of talk about verification recently, with Twitter making their process more widely available, and Jason calling for Twitter to verify everyone. However it's not exactly clear what is meant by verification, and how it has been done.

As currently codified, it is a centralized process, with Twitter, Facebook and Google all having their own methods. So I thought about how we could make distributed verification badges.

Now, we already have the rel="me" standard for linking between different sites to show that you own them both. Its been around for 13 years, and is widely adopted. How about we make it into a badge?

So that's what I did. The site indiewebify.me already had a rel="me" checker, so I wired that up into a bit of client-side javascript that looks for rel="me" links in the page, then asks indiewebify.me if they link back.

You can see there that Flickr, Twitter, Google+, Github, Huffduffer and GnuSocial all support rel="me" links natively. Facebook used to, but they got javascripted away.

Then, I put it into a Chrome browser extension, so as you go around the web, it will show you if the rel="me" links you see are actually bidirectional, giving a green tick badge like this if they are and a red cross badge like this if they aren't.

Now as I browse the web, I can see if people's links are mutual - it has helped me fix the links on my own sites already.

Try it out, see what you think.

See IndieNews
Unknown
What if we could verify people on the web, but in a distributed way? I made a browser extension http://www.kevinmarks.com/distributed-verify.html #indieweb
I’m gonna try this. @ev @leolaporte
Distributed Verification kevinmarks.com/distributed-ve…
A plugin for distributed verification - check who's who on the web without relying on silos http://www.kevinmarks.com/distributed-verify.html
Very cool plugin! cc @BlockstackOrg twitter.com/kevinmarks/sta…
I love this
Thanks! Do I need brid.gy on top of that to receive mentions from twitter, et al?
That extension is pretty cool. I’ve spent time making my links green because of it. @kevinmarks
Not having anywhere to put a url in the profile, mastodon can't support distributed verification. http://www.kevinmarks.com/distributed-verify.html
#indieweb @kevinmarks: the XFN standard from 2003 lets you connect sites together by linking with rel="me"
Distributed verification -- another gentle shove back towards Chrome.
@Mentions from Twitter to My Website
An outline of how I used Indieweb technology to let Twitter users send @mentions to me on my own website.
@taravancil Rel="me" cross linking also allows for distributed verification online as well: http://www.kevinmarks.com/distributed-verify.html
Be easier to just restrict one email per account. Then, restrict people from following huge amounts of people without any followers.
#indieweb @kevinmarks: because this works on twitter, you can see which sites people actually own, without begging twitter to verify
Your ears must be burning. I was just documenting that on the #IndieWeb wiki under /rel-me and /verified!
A short cut would be to verify websites using rel=me - it's distributed so wouldn't need staff http://www.kevinmarks.com/distributed-verify.html
Yes, exactly this, but if it's native, then WaPo and Breitbart and CNN and Barenakedladies and Yelp might all throw rel="me" tags on their reporter pages.
Reply to doesn’t link back by Khürt Williams
Replied to doesn’t link back by Khürt Williams (Island in the Net) I ran my domain through IndieWebify.me. Almost all of the rel=“me” links either don’t link back or couldn’t be fetched. The following work perfectly and can be used with the IndieAuth authentication plug-in. GitHub Flickr Goodreads Twitter That’s 4 out of 43. Khürt , The majority of them don’t link back because the silos (like Keybase, Instagram, and Medium which you mention) aren’t putting the rel=”me” microformat on the URLs in your
Requires reciprocal links with a verifier?
Reciprocal links, which can be chained, with a verifier that provides OAuth if that is what you are using. One advantage can be multiple verifiers.
I’m still using the WELL :) I hope I never stop.
Exactly. Thus no ads, either.
(If it relies on domains then it relies ultimately on certificate authorities, no?)
Reply to What is Emoji ID? by Doug Belshaw
Replied to What is Emoji ID? by Doug Belshaw (MoodleNet project) Some more details about a proposed solution for MoodleNet that could solve some problems around decentralised identity. Doug, the sound of this is interesting, but it seems to be a lot harder than it might need to be, not to mention the pitfalls of being assigned emojis one wouldn’t want representing them in addition or the centralized nature of the provisioning source. It also sounds very much like Kevin Marks’ Distributed Verification schem
Replied to One Avatar To Rule Them All by Terence Eden (shkspr.mobi) Someone took a nice photo of me recently. I'd like to use it as my avatar photo everywhere to present a consistent image. This is not easy to do. I've had to manually change it on a dozen different Slacks, a bunch of social networks, a few forums, all my email accounts, and I'm still not done. I jus... Gravatar has some not-so secure issues relating to privacy that allow reverse lookups which isn’t good and could potentially leak information people don’t necessarily want to release. My favorite solution to this problem and a few related others (like updating my bio and where you can find me on social media) is the meta data route using something like Microformats. Since I provide an h-card on my website’s homepage, it should be relatively easy for any service to take my URL as my identity (rather than one of my thousands of email addresses) parse my page and find my name, photo, bio, etc. and display them. Nearly every social silo on the planet wants all of these details, so why should I need to incessantly have to input them manually much less keep them up to date? And I’ve yet to see a social service in the wild that hasn’t asked for my URL, so it’s obviously pretty universal. Jeremy Keith‘s Huffduffer is a great example of something that already uses this data nicely. It doesn’t pull in my photo (though I think at one time he did have a set up that would poll Flickr avatars?) or my bio, but the “Elsewhere” section of my Huffduffer account lists where you can find me on dozens of social media accounts as well as my own websites. Huffduffer can do this because I gave it my domain name and the service parses my page looking for the rel="me" tags on my homepage. It could easily pull in my other provided data. Incidentally Kevin Marks has also proposed a distributed verification system (remember the problem that Twitter had of attempting this?) that uses the rel="me" idea. I’ll note that my own website will parse yours to pull in the author name, URL, and avatar to display a reply context for this response on my website! So hooray for microformats! (Though I’ll note that I did modify them a tad for my own idiosyncrasies.) My site does this with David Shanske‘s excellent Post Kinds plugin uses Parse This, which parses for microformats, JSON-LD, and then, if nothing is found it falls back to Open Graph Protocol. He’s been extending it lately to cover a handful of the bigger snowflake services like YouTube, IMDb, etc. to cover some additional edge cases that don’t have good mark up. Incidentally Aaron Parecki has a version of something like this called X-ray, which he uses for various things including microsub readers, not to mention the variety of other parsers available. I’m sure there may be other versions of this in the wild, but it would be cool to see more social services provide functionality like this. Published by Chris Aldrich I'm a biomedical and electrical engineer with interests in information theory, complexity, evolution, genetics, signal processing, theoretical mathematics, and big history. I'm also a talent manager-producer-publisher in the entertainment industry with expertise in representation, distribution, finance, production, content delivery, and new media. View all posts by Chris Aldrich Format StatusPosted on March 11, 2020 10:09 pmAuthor Chris AldrichCategories IndieWeb, Reply, Social StreamTags avatars, distributed verification, Gravatar, h-card, Huffduffer, microformats, Parse This, parsers, Post Kinds Plugin, rel=”me”, X-ray Related Posts
Gravatar has some not-so secure issues relating to privacy that allow reverse lookups which isn’t good and could potentially leak information people don’t necessarily want to release. My favorite solution to this problem and a few related others (like updating my bio and where you can find me on social media) is the meta data route using something like Microformats. Since I provide an h-card on my website’s homepage, it should be relatively easy for any service to take my URL as my identity (rather than one
Replied to a tweet We're planning to relaunch verification in 2021, but first we want to hear from you.Help us shape our approach to verification on Twitter by letting us know what you think. Take a look at our draft policy and submit your #VerificationFeedback here: https://t.co/0vmrpVtXGJ— Twitter Support (@TwitterSupport) November 24, 2020 I like the elegant idea Kevin Marks came up with for distributed verification as just one part of your solution. Please bring back h-card and rel="me" mark up on Twitter profiles. It would be nice if every user had a permalink for their avatar too. Published by Chris Aldrich I'm a biomedical and electrical engineer with interests in information theory, complexity, evolution, genetics, signal processing, theoretical mathematics, and big history. I'm also a talent manager-producer-publisher in the entertainment industry with expertise in representation, distribution, finance, production, content delivery, and new media. View all posts by Chris Aldrich Format StatusPosted on November 24, 2020 12:00 pmNovember 24, 2020Author Chris AldrichCategories Reply, Social StreamTags distributed verification, microformats, TwitterSyndicated copies: Twitter icon Related Posts
I like the elegant idea Kevin Marks came up with for distributed verification as just one part of your solution. Please bring back h-card and rel="me" mark up on Twitter profiles. It would be nice if every user had a permalink for their avatar too.
Sure, but I’m more talking about making a username unique across the entire platform. This is something that could be built into mastodon (or any similar program)
It could, yes, but it would require all implementers to do that. Creating a central namespace like that in a distributed way is hard. Domain names do it, but it is complicated
Definitely. I’m planning on making a proof of concept over the next few weeks, not with mastodon, just something much more simple. I want to see if I can come up with solutions for collisions (two people want the same name at the same time?) and see how much it slows it all down
now that is cool
wrapping outbound links is an antiabuse measure, but it results in a standard HTTP redirect that should still be machine consumable (even if it does add a moving part)
Bluesky Satellite IndieWeb entry
IndieWeb community entry for the Bluesky Satellite contest. Title: IndieWeb Name: Ryan Barrett, et al Pseudonym: snarfed Would you like your real name published if you win? sure Associated URL(s): indieweb.org indieauth.net snarfed.org rel-me links The IndieWeb is a community that interacts via individual personal web sites, both directly and indirectly through other linked online accounts. An IndieWeb community member’s primary online identity is their web site, specifically their domain. Ownership of
Compare what you just said to: "yeah, I'm on Twitter as @rickg." Also, most regular people don't have a website. It is an interesting solution for public figures...but it doesn't prevent multiple @ whatevername addresses so the burden is on the viewer to know the green mark 1/
is an official verification but apparently the familiar Twitter blue mark can just be added (can that green mark be added as a regular character)?
Although... i like that verification is in the hands of the user. That's very nifty.
sure, but compare that to "I'm on the web at kevinmarks.com" or "I'm on mastodon at xoxo.zone/@kevinmarks" or "I'm on twitter at twitter.com/@kevinmarks" URLs work, @'s are a hack. epeus.blogspot.com/2012/12/the-an…
Done.
Yay. Sadly, @twittereng dropped support for rel="me" in profiles a couple of years back, but I'm pitching @bluesky to restore it, so we can hope.
But they're a useful hack, esp when talking. On here you're the ONLY @kevinmarks. If someone searched that, you will come up & no other. The image I posted is the result of searching @cstross on M. There are only 3 so not a big deal but it's tiny. What if there were 33? or 300?
I wrote about this kind of distributed verification here: kevinmarks.com/distributed-ve… and it is used by mastodon to confirm that people on mastodon are the same people who have a website.
It's considered uncouth to send links to people when engaging in the wider debate about crypto. I don't want any computer viruses, please.
cryptocurrency is a computer virus
This is the basic idea kevinmarks.com/distributed-ve… - it goes back to 2003's XFN - more here indieweb.org/rel-me
thanks for chiming in and adding some background! good to see i did understand the basic model right. that’s a relief. :)
That's distributed verification kevinmarks.com/distributed-ve…
Ooooh ... verify me ... thank you for that.
If only twitter revived their support for rel=me verification, they could show when the official website for the government or company linked back and forth to twitter accounts kevinmarks.com/distributed-ve… Twitter used to publish rel=me on profile links
I used to have 8, but a few of those sites have stopped using rel=me now. Still works on mastodon and github, tumblr could be next. kevinmarks.com/distributed-ve…
@jasontucker @Sainteetpoete @darius Incidentally, @KevinMarks is the reason that Mastodon includes/uses rel-me for this type of verification scheme. Thanks Kevin!
@chrisaldrich @jasontucker @Sainteetpoete @KevinMarks yes, I think it's a great lil solution!
@darius @chrisaldrich @jasontucker @Sainteetpoete looks like Mastodon 4.0 broke outbound rel=me on profiles though.