From 916e368b00fc23105ff3ab9e6d2404ec7e6b873c Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 19 Mar 2018 15:04:26 +0100 Subject: [PATCH] fix rendering of table of endpoints for internal endpoints --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7af7bb2..087e726 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ This is done in several steps: - To integrate with matrix-synapse-rest-auth: - `/_matrix-internal/identity/v1/check_credentials` should map to `internal/login.php` - To integrate with mxisd: Have a look at [the docs](https://github.com/kamax-io/mxisd/blob/master/docs/backends/rest.md) and apply as follows: + + | Key | file which handles that | Description | |--------------------------------|-------------------------------|------------------------------------------------------| | rest.endpoints.auth | internal/login.php | Validate credentials and get user profile |