gotty/app
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
..
app.go Authenticate WS connection using token 2015-08-31 15:54:34 +09:00
client_context.go Merge profile and config files and support custom index file 2015-08-29 13:23:00 +09:00
resource.go Authenticate WS connection using token 2015-08-31 15:54:34 +09:00