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 Increase Oban.Pruner max_age to 15 mins 2024-07-24 15:52:23 -04:00
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 Set console logs to :info for Elixir 1.15+ 2024-06-19 23:26:12 -04:00
test.exs Extract validate_signature/2 from the HTTPSignaturePlug 2024-07-25 12:54:27 -04:00