Add code for verifying homeservers' signatures on API requests

This commit is contained in:
Pim Kunis 2021-08-08 19:20:10 +02:00
parent f50f08061c
commit 33b64d80f5
9 changed files with 181 additions and 33 deletions

View file

@ -1,4 +1,4 @@
defmodule MatrixServerWeb.Plug.Authenticate do
defmodule MatrixServerWeb.Plug.AuthenticateClient do
import MatrixServerWeb.Plug.Error
import Plug.Conn