Skip to content

Commit

Permalink
Merge pull request #2279 from matrix-org/travis/spec/is-no-bind
Browse files Browse the repository at this point in the history
Remove bind_* params on /register as per MSC2140
  • Loading branch information
turt2live authored Sep 4, 2019
2 parents 2b8c8ad + caf46db commit 5a434ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions api/client-server/registration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,6 @@ paths:
should be authenticated, but is instead used to
authenticate the ``register`` call itself.
"$ref": "definitions/auth_data.yaml"
bind_email:
type: boolean
description: |-
If true, the server binds the email used for authentication to
the Matrix ID with the identity server.
example: false
bind_msisdn:
type: boolean
description: |-
If true, the server binds the phone number used for authentication
to the Matrix ID with the identity server.
example: false
username:
type: string
description: |-
Expand Down
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/2279.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove ``bind_msisdn`` and ``bind_email`` from ``/register`` now that the identity server's bind endpoint requires authentication.

0 comments on commit 5a434ea

Please sign in to comment.