Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
matrix-doc
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Matrix.org
matrix-doc
Commits
ed1ec807
Commit
ed1ec807
authored
3 months ago
by
Tulir Asokan
Browse files
Options
Downloads
Patches
Plain Diff
Clarify why /register is changing
parent
ff0c7861
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
proposals/4190-as-device-management.md
+9
-4
9 additions, 4 deletions
proposals/4190-as-device-management.md
with
9 additions
and
4 deletions
proposals/4190-as-device-management.md
+
9
−
4
View file @
ed1ec807
...
...
@@ -52,10 +52,15 @@ This endpoint no longer requires User-Interactive Authentication for application
### **`POST /_matrix/client/v3/register`**
Application services will no longer receive access tokens or device IDs and
MUST call the endpoint with
`inhibit_login=true`
. Calls without the parameter,
or with a different value than
`true`
, will return HTTP 400 with a new
`M_APPSERVICE_LOGIN_UNSUPPORTED`
error code.
Currently, the default behavior for
`/register`
is to create a new device and
access token (i.e. login) in addition to creating the user. Similar to
`/login`
,
creating an access token would no longer be possible with [MSC3861]. However,
creating users via the endpoint is still required, so unlike
`/login`
,
`/register`
will not be removed entirely.
Therefore, application services MUST call the endpoint with
`inhibit_login=true`
.
Calls without the parameter, or with a different value than
`true`
, will return
HTTP 400 with a new
`M_APPSERVICE_LOGIN_UNSUPPORTED`
error code.
## Potential issues
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment