fix rendering of table of endpoints for internal endpoints

This commit is contained in:
Matthias
2018-03-19 15:04:26 +01:00
parent 6df1eaa7a1
commit 916e368b00

View File

@@ -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 |