How to configure read-only access with mongolab api key

I want to use mongolab from js client. I know that reading data from db will be available to anyone who knows my API key. But I have to prohibit database modification. I can not find relevant information . Only old posts that may already be outdated (I hope the Mongolab guys improve their product). I think this is possible because we have different API keys for each user.

So, is it currently possible to set read-only access for a user account ?

+4
source share

All Articles