Fix signatures for relay
The plugs were missing Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
4afb07978b
commit
89b751e124
@ -20,6 +20,8 @@ defmodule MobilizonWeb.Router do
|
|||||||
end
|
end
|
||||||
|
|
||||||
pipeline :relay do
|
pipeline :relay do
|
||||||
|
plug(MobilizonWeb.HTTPSignaturePlug)
|
||||||
|
plug(MobilizonWeb.Plugs.MappedSignatureToIdentity)
|
||||||
plug(:accepts, ["activity-json", "json"])
|
plug(:accepts, ["activity-json", "json"])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user