this post was submitted on 26 Aug 2025
9 points (100.0% liked)

Fediseer

394 readers
2 users here now

Announcements, news, devlogs and general discussion about The Fediseer (API)


Show off your instances endorsements and guarantees with individualized badges:


If you appreciate what this service provides, please consider funding the Fediseer development on liberapay

founded 2 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] iso@lemy.lol 4 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

After verifying that the user is admin, will you continue to send PM code when logging in? If so, then software without a message receiving mechanism will still not be able to use Fediseer.

I suggest you consider the way I did it in Lemmy Federate. I create a private/public key pair and ask admins to add the public key as a TXT record. If the private key entered while logging in matches the public key in DNS, admin can log in.

This way it is not necessary to query the user with webfinger and send a message. You also avoid the hassle of distinguishing between different messaging structures in the Fediverse.

[–] db0@lemmy.dbzer0.com 5 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

That's a smart idea actually! Can you open a github issue for it? I'll add it ASAP.

The only concern is about making sure this is actually a fediverse instance and not a random website.

[–] iso@lemy.lol 2 points 3 weeks ago (1 children)

Happy if I gave an idea.

I just do query DNS records and fetch nodeinfo. Shouldn’t that be enough?

[–] db0@lemmy.dbzer0.com 3 points 3 weeks ago

Yes, usually if it has a nodeinfo it's OK.