[13:18:18] <CraigSuddo> hi all, just curious how if you're using mongodb with say a React front end, how you stop a user simply looking at what connections are going on and making their own connection into your database?
[23:28:59] <blscoe> I'm trying to query an array, but .find({"check.0":"first"}) returns EVERY record
[23:29:36] <blscoe> whereas if I change "check" into a string, .find({"check":"first"}) works perfectly fine