fediverse-devnet / feditest-tests-fediverse

The tests for the fediverse testsuite
MIT License
5 stars 4 forks source link

Use HTTP signatures for GETs for those applications that require it #35

Open jernst opened 3 months ago

jernst commented 3 months ago

Some implementations allow actor fetches to be unsigned (e.g. Mastodon) and some require them to be signed (e.g. Threads). Find a structure by which to annotate which application/Node is which, and then perform the tests accordingly.