Add code for verifying homeservers' signatures on API requests
This commit is contained in:
parent
f50f08061c
commit
33b64d80f5
9 changed files with 181 additions and 33 deletions
|
@ -1,4 +1,4 @@
|
|||
defmodule MatrixServerWeb.Plug.Authenticate do
|
||||
defmodule MatrixServerWeb.Plug.AuthenticateClient do
|
||||
import MatrixServerWeb.Plug.Error
|
||||
import Plug.Conn
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue