Stabilise MSC3231 (Token Based Registration) (#11867)

This commit is contained in:
Jonathan de Jong
2022-02-04 13:15:13 +01:00
committed by GitHub
parent b3d155a749
commit 02632b3504
8 changed files with 28 additions and 9 deletions

View File

@@ -148,7 +148,7 @@ Here's an example featuring all currently supported keys:
"address": "33123456789",
"validated_at": 1642701357084,
},
"org.matrix.msc3231.login.registration_token": "sometoken", # User has registered through the flow described in MSC3231
"m.login.registration_token": "sometoken", # User has registered through a registration token
}
```