Added registration/login jsfiddle, formatted so it can be loaded directly from jsfiddle. Requires jQuery 1.8.3

This commit is contained in:
Kegan Dougal 2014-08-19 16:39:30 +01:00
parent 4f773de6ba
commit b796d4b9d0
4 changed files with 98 additions and 1 deletions

View file

@ -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