You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Apply typos corrections from review
Co-authored-by: Will Lewis <1543626+wrjlewis@users.noreply.github.com>
This commit is contained in:
@ -2,11 +2,11 @@
|
||||
|
||||
MAS provides a GraphQL API which serves two purposes:
|
||||
|
||||
- it is used by the self-service user interface (usually accessible on `/account/`), for users to manage their own account
|
||||
- it can be used with external tools to manage the service
|
||||
- it is used by the self-service user interface (usually accessible on `/account/`), for users to manage their own account.
|
||||
- it can be used with external tools to manage the service.
|
||||
|
||||
The endpoint for this API can be discovered through the OpenID Connect discovery document, under the `"org.matrix.matrix-authentication-service.graphql_endpoint` key.
|
||||
It is though usually hosted at `https://<mas-host>/graphql`.
|
||||
Though it is usually hosted at `https://<mas-host>/graphql`.
|
||||
|
||||
GraphQL uses [a self-describing schema](https://github.com/matrix-org/matrix-authentication-service/blob/main/frontend/schema.graphql), which means that the API can be explored in tools like the GraphQL Playground.
|
||||
If enabled, MAS hosts an instance of the playground at `https://<mas-host>/graphql/playground`.
|
||||
|
Reference in New Issue
Block a user