-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFE: mastodon account verification #1147
Comments
Note that it can also be a regular link in the form That said, the profile pages are not currently public, so the Mastodon server's crawler will not be able to check the link. |
Hum... it just occurred to me that all those pages require authentication. ;( So this might not work at all? |
Yeah. I see two ways out:
|
A public page would be very nice IMHO. We could also put ssh public keys there so people could more easily share them... Another possible way to do that might be to have a fasjson-public endpoint that has that data? |
I suppose people already have a public page in the wiki, no? Should we use that instead? And maybe have a macro that inserts the |
We could, but I sure hate depending on the wiki for more things. ;( |
It would be nice if noggin could verify fas accounts for mastodon
See: https://docs.joinmastodon.org/user/profile/#verification
It should likely work like:
<link href="https://social.example.com/@username" rel="me">
for the mastodon account listed in the profile.
This way users could validate that a specific mastodon account was linked to a specific userid in noggin.
The text was updated successfully, but these errors were encountered: