-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add signing support to threadcap implementation #592
Comments
John Spurlock sent us detailed instructions on how to resolve this... Hi Mitch, here's how to set up Threadcap support for signing requests, required by a few Mastodon instances configured to use "secure mode". Secure mode in Mastodon means the content is public, but it requires ActivityPub callers to sign their request - identifying who they are - so the server has the option to block in the future. Everything about the new Threadcap 0.1.9 is the same as before, except for one new helper function called One-time setup:
The livewire validator imports a helper in minipub to implement these two endpoints in case you want to crib something from it: https://github.com/skymethod/minipub/blob/master/src/system_actor.ts. These helper functions will return the response content-type, and the json body to use as the http body That's it for the one-time setup. Then, in your comments fetcher, use That should be it! Hope that helps,
|
https://podcastindex.social/@js/109728782218419529
The text was updated successfully, but these errors were encountered: