dyne / dyne.github.io

GNU Affero General Public License v3.0
0 stars 1 forks source link

"verify" account on Mastodon #74

Closed Sakrecoer closed 1 year ago

Sakrecoer commented 1 year ago

⚠️ Low-priority because this is basically verification by CSS: a malicious actor could very easiily set up an instance that has a page looking like it is verified.

Mastodon offers the possibility to "verify" accounts by adding a rel=attribute to any link that points to the Mastodon account linking back to it, and give it the value: me

example:

<a rel="me noopener" href="https://toot.community/@dyne">Mastodon</a>

this is how a "normal" link looks: image

this is how a "verified" link looks: image