surrealpatch/web
Tobie Morgan Hitchcock 779251bc54 Simplify auth data response on rpc requests
Ther is no need to return all auth data when caling the Info() and Auth(token) rpc functions. Instead only the id needs to be returned to the consuming application.
2018-02-12 21:48:55 +00:00
..
auth.go Improve error messages on authentication failure 2018-01-31 08:52:21 +00: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
routes.go Insure start and limit query params do not overflow limit 2017-11-16 20:44:20 +00:00
rpc.go Simplify auth data response on rpc requests 2018-02-12 21:48:55 +00:00
signin.go Improve error message on scope signin 2017-12-20 06:51:51 +00:00
signup.go Improve signin and signup error messages 2017-12-07 18:48:42 +00:00
trace.go Add initial golang code tracing and logging 2017-03-03 21:39:37 +00:00
web.go Fix logic error with http redirects 2017-11-23 14:34:32 +00:00