In MongoLab, you create an API key, and then any user can access your database using the REST API.
A common case is to use REST api directly from Ajax clients.
But this gives any user full access to the record in your database, which is a security hole.
Is there a way to generate an API key that will ONLY give access only to the database
tzador
source share