gotty/resources
Iwasaki Yudai 0e81c484a9 Authenticate WS connection using token
Safari doesn't support basic authentication for websocket sessions.
This commit introduces a token-based authentication only for websocket
connection.
The token is shared by all clients and that might be not secure. However,
basic authentication itself is insecure and the credential is already
shared by clients, so don't mind.
2015-08-31 15:54:34 +09:00
..
favicon.png Add favicon 2015-08-30 16:44:18 +09:00
gotty.js Authenticate WS connection using token 2015-08-31 15:54:34 +09:00
index.html Authenticate WS connection using token 2015-08-31 15:54:34 +09:00