mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-05-02 07:04:09 +02:00
Compare commits
1 commit
ec419acb9c
...
1ef9da3bc9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1ef9da3bc9 |
|
|
@ -1 +0,0 @@
|
||||||
Fix JSON formatting in the "Server admin style permissions" examples.
|
|
||||||
|
|
@ -438,8 +438,8 @@ user ID without a password.
|
||||||
|
|
||||||
Content:
|
Content:
|
||||||
{
|
{
|
||||||
"type": "m.login.application_service",
|
type: "m.login.application_service",
|
||||||
"username": "_irc_example"
|
username: "_irc_example"
|
||||||
}
|
}
|
||||||
|
|
||||||
Similarly, logging in as users needs API changes in order to allow the AS to
|
Similarly, logging in as users needs API changes in order to allow the AS to
|
||||||
|
|
@ -454,7 +454,7 @@ log in without needing the user's password. This is achieved by including the
|
||||||
|
|
||||||
Content:
|
Content:
|
||||||
{
|
{
|
||||||
"type": "m.login.application_service",
|
type: "m.login.application_service",
|
||||||
"identifier": {
|
"identifier": {
|
||||||
"type": "m.id.user",
|
"type": "m.id.user",
|
||||||
"user": "_irc_example"
|
"user": "_irc_example"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue