Add notice about identifer

This commit is contained in:
Will Hunt 2020-11-30 17:16:41 +00:00 committed by GitHub
parent 7d9304fdde
commit 5c00004317
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,11 @@ Example request
}
```
Note: Implementations MUST use the `identifier.type`=`m.id.user` method of specifying the
localpart. The deprecated top-level `user` field **cannot** use this login flow type. This
is deliberate so as to coax developers into using the new identifier format when implementing
new flows.
The response body should be unchanged from the existing `/login` specification.
If: