logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

http_signatures_proxy.ex (230B)


  1. defmodule Pleroma.Test.HTTPSignaturesProxy do
  2. @behaviour Pleroma.HTTPSignaturesAPI
  3. @impl true
  4. defdelegate validate_conn(conn), to: HTTPSignatures
  5. @impl true
  6. defdelegate signature_for_conn(conn), to: HTTPSignatures
  7. end