You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.
The answer may just be "yes" which would make this a short-lived issue, but here's the dilemma:
The very first hurdle in federating with any other app is negotiating and validating keys. But, it seems like different apps support varying encoding/encryption algorithms.
Is it possible, and is there any value in trying to document this along with the ActivityPub actions that an app supports?
The text was updated successfully, but these errors were encountered:
Yes. Sorry for being vague. The specific algorithms used in HTTP signatures seem to vary between apps, and are not very clearly documented - so I don't know what is the right one to implement in a new project.
Unfortunately, bovine does not contain any good test cases for http signatures. Reason again, no standards and too complicated to test with the need to fetch public_keys. One stops caring once it starts working in most cases. If one wants something that is testable, it's easier to invent a new standard.
The answer may just be "yes" which would make this a short-lived issue, but here's the dilemma:
The very first hurdle in federating with any other app is negotiating and validating keys. But, it seems like different apps support varying encoding/encryption algorithms.
Is it possible, and is there any value in trying to document this along with the ActivityPub actions that an app supports?
The text was updated successfully, but these errors were encountered: