alpha
Login
or
Join now
geofox.org
/
publisher
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A small go app to cross-post/publish to various social platforms.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
publisher
/
internal
/
verify
/
testdata
/
at
main
2 files
Geoffrey Richard
Add signature verification for Nostr, Bluesky, Mastodon, and Threads
2mo ago
3c1f1ad9
bsky_diddoc.json
Add signature verification for Nostr, Bluesky, Mastodon, and Threads Credential-free /api/verify endpoint and web "verify" tab reporting whether a post is authentically signed by the claimed author: - Nostr: offline event id + Schnorr signature check - Bluesky: repo commit signature + MST inclusion proof (indigo atproto SDK) - Mastodon: ActivityPub origin authority + FEP-8b32 (eddsa-jcs-2022) proof - Threads: ActivityPub origin authority (gated by Meta; reported honestly) Tri-state verdicts (verified/failed/error) with assurance levels (cryptographic/origin), optional expected-identity matching, and an SSRF-guarded HTTP client for all outbound fetches. Requires Go 1.26.
2 months ago
bsky_post.car
Add signature verification for Nostr, Bluesky, Mastodon, and Threads Credential-free /api/verify endpoint and web "verify" tab reporting whether a post is authentically signed by the claimed author: - Nostr: offline event id + Schnorr signature check - Bluesky: repo commit signature + MST inclusion proof (indigo atproto SDK) - Mastodon: ActivityPub origin authority + FEP-8b32 (eddsa-jcs-2022) proof - Threads: ActivityPub origin authority (gated by Meta; reported honestly) Tri-state verdicts (verified/failed/error) with assurance levels (cryptographic/origin), optional expected-identity matching, and an SSRF-guarded HTTP client for all outbound fetches. Requires Go 1.26.
2 months ago