4 ms·
DB queries are validated through a whitelist on the server, so it should be impossible to run an unauthorized query when it's locked down. E.g. https://github.c
by mikemintz 11y ago
DB queries are validated through a whitelist on the server, so it should be impossible to run an unauthorized query when it's locked down. E.g. https://github.com/mikemintz/react-rethinkdb/blob/master/examples/chat/server/queries.js https://github.com/mikemintz/react-rethinkdb/blob/master/exa...