social.metadata.moe/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 Use config to control streamer registry 2024-01-20 18:51:20 -05:00
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 Fix compatibility with Loggers in Elixir 1.15+ 2024-06-12 15:18:47 -04:00
docker.exs allow custom db port 2022-11-11 12:22:21 -03:00
dokku.exs Switch from the deprecated "use Mix.config" to "import Config" 2021-05-20 14:02:58 -05:00
emoji.txt Load an emoji.txt specific to the test env 2021-02-03 16:40:59 -06:00
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