Merge pull request #111 from matrix-org/daniel/as
Remove lies about OAuth which doesn't exist
This commit is contained in:
commit
cf3d75103c
1 changed files with 1 additions and 10 deletions
|
@ -249,11 +249,8 @@ additional permissions granting the AS permission to masquerade as a matrix user
|
||||||
|
|
||||||
Inputs:
|
Inputs:
|
||||||
- Application service token (``access_token``)
|
- Application service token (``access_token``)
|
||||||
|
- User ID in the AS namespace to act as.
|
||||||
|
|
||||||
Either:
|
|
||||||
- User ID in the AS namespace to act as.
|
|
||||||
Or:
|
|
||||||
- OAuth2 token of real user (which may end up being an access token)
|
|
||||||
Notes:
|
Notes:
|
||||||
- This will apply on all aspects of the CS API, except for Account Management.
|
- This will apply on all aspects of the CS API, except for Account Management.
|
||||||
- The ``as_token`` is inserted into ``access_token`` which is usually where the
|
- The ``as_token`` is inserted into ``access_token`` which is usually where the
|
||||||
|
@ -268,12 +265,6 @@ Notes:
|
||||||
access_token: The application service token
|
access_token: The application service token
|
||||||
user_id: The desired user ID to act as.
|
user_id: The desired user ID to act as.
|
||||||
|
|
||||||
/path?access_token=$token&user_token=$token
|
|
||||||
|
|
||||||
Query Parameters:
|
|
||||||
access_token: The application service token
|
|
||||||
user_token: The token granted to the AS by the real user
|
|
||||||
|
|
||||||
Timestamp massaging
|
Timestamp massaging
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
The application service may want to inject events at a certain time (reflecting
|
The application service may want to inject events at a certain time (reflecting
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue