You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds basic password authentication for the POST /_matrix/client/r0/login endpoint. m.login.password will be one of the supported auth types when hitting GET /_matrix/client/r0/login.
Acceptance Criteria
See the docs for the login endpoint.
Can hit the POST /_matrix/client/r0/login endpoint with content type application/json and valid m.login.password json body. e.g.
Feature Description
Adds basic password authentication for the POST /_matrix/client/r0/login endpoint.
m.login.password
will be one of the supported auth types when hitting GET /_matrix/client/r0/login.Acceptance Criteria
See the docs for the login endpoint.
Can hit the POST /_matrix/client/r0/login endpoint with content type application/json and valid
m.login.password
json body. e.g.The 200 status code response body will contain the the access token, and other fields. e.g.
The GET /_matrix/client/r0/login endpoint will now return
m.login.password
as one of the flows. e.g.Documentation
https://matrix.org/docs/spec/client_server/r0.4.0.html#post-matrix-client-r0-login
The text was updated successfully, but these errors were encountered: