surrealpatch/web
Tobie Morgan Hitchcock 6f02651c4f Ensure correct cookie header even if cookie exists
Previously, if the cookie value was passed to the database from the client, then the client would not set the correct cookie option values, effectively causing the cookie to expire.
2018-05-14 00:15:26 +01:00
..
auth.go Remove connection wide variables 2018-05-09 23:09:51 +01:00
err.go Improve http error messages 2017-11-16 20:40:40 +00:00
export.go Move authentication level constants to cnf package 2017-02-24 13:33:03 +00:00
import.go Move authentication level constants to cnf package 2017-02-24 13:33:03 +00:00
live.go Add live query support in the web layer to websockets 2017-11-16 20:54:10 +00:00
logger.go Improve database query logging 2018-05-02 02:32:06 +01:00
routes.go Improve database query logging 2018-05-02 02:32:06 +01:00
rpc.go Remove connection wide variables 2018-05-09 23:09:51 +01:00
sess.go Ensure correct cookie header even if cookie exists 2018-05-14 00:15:26 +01:00
signin.go Use context.Context on all kvs requests 2018-05-02 03:05:03 +01:00
signup.go Use context.Context on all kvs requests 2018-05-02 03:05:03 +01:00
stream.go No need to close the log messages channel 2018-05-09 16:34:53 +01:00
vars.go Add server-generated session info to queries 2018-05-12 23:46:01 +01:00
web.go Add server-generated session info to queries 2018-05-12 23:46:01 +01:00