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
Currently synapse does sign the request, however matrix-media-repo doesn't. There's no explicit spec requiring it to be signed, and both projects work fine when they receive a request that isn't signed.
Signing it seems like a good idea, although this should probably be spelled out.
Currently synapse does sign the request, however matrix-media-repo doesn't. There's no explicit spec requiring it to be signed, and both projects work fine when they receive a request that isn't signed.
Signing it seems like a good idea, although this should probably be spelled out.
For reference, the current signing method is written here: https://github.com/matrix-org/synapse/blob/752b7b32ed1c33651c0c64fbbb4289c3b62ac89b/synapse/http/matrixfederationclient.py#L262-L285
The text was updated successfully, but these errors were encountered: