diff options
author | Erik Johnston <erik@matrix.org> | 2014-08-19 16:41:13 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-08-19 16:41:13 +0100 |
commit | e2b861cc67dc7be2b9f4fc8153cb37da362eee9c (patch) | |
tree | ff158048eecc19f0c76494b393e8e74102bb548f /docs | |
parent | Remove debug logging from token parsing funcs. (diff) | |
parent | Added registration/login jsfiddle, formatted so it can be loaded directly fro... (diff) | |
download | synapse-e2b861cc67dc7be2b9f4fc8153cb37da362eee9c.tar.xz |
Merge branch 'master' of github.com:matrix-org/synapse into sql_refactor
Diffstat (limited to '')
-rw-r--r-- | docs/client-server/howto.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/client-server/howto.rst b/docs/client-server/howto.rst index de096ab60c..57a2d2424c 100644 --- a/docs/client-server/howto.rst +++ b/docs/client-server/howto.rst @@ -2,7 +2,8 @@ TODO(kegan): Tweak joinalias API keys/path? Event stream historical > live needs a token (currently doesn't). im/sync responses include outdated event formats (room membership change messages). Room config (specifically: message history, public rooms). /register seems super simplistic compared to /login, maybe it -would be better if /register used the same technique as /login? +would be better if /register used the same technique as /login? /register should +be "user" not "user_id". How to use the client-server API |