surrealpatch/web
Tobie Morgan Hitchcock ca392f87a7 Add ON SIGNUP and ON SIGNIN events to SQL SCOPE
It is now possible to run queries when a user signs-up or signs-in, by specifying multiple queries within an ON SIGNUP (…) clause, or a ON SIGNIN (...) clause.
2018-03-18 21:30:02 +00:00
..
auth.go Make JWT token values available to scope CONNECT query 2018-03-02 11:03:19 +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 Improve rpc authentication methods 2018-02-14 13:19:43 +00:00
signin.go Add ON SIGNUP and ON SIGNIN events to SQL SCOPE 2018-03-18 21:30:02 +00:00
signup.go Add ON SIGNUP and ON SIGNIN events to SQL SCOPE 2018-03-18 21:30:02 +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