pleroma/config
Mark Felder 1b9c887dbb Extract validate_signature/2 from the HTTPSignaturePlug
This logic only exists in the Plug, so attempting to validate the signature by calling the library function HTTPSignature.validate_conn/2 directly will never work because we do not attempt to construct the (request-target) and @request-target headers with both the commonly misinterpreted and correct implementation of this field. Therefore all attempts to validate a signature from an Oban Job will fail.
2024-07-25 12:54:27 -04:00
..
benchmark.exs
config.exs
description.exs Document the new timeout setting 2024-07-24 16:16:37 -04:00
dev.exs
docker.exs
dokku.exs
emoji.txt
prod.exs
test.exs Extract validate_signature/2 from the HTTPSignaturePlug 2024-07-25 12:54:27 -04:00