ltonetwork / mongodb-rest

JSON REST server for MongoDB (using node.js)
MIT License
405 stars 143 forks source link

Provides the authentication support !! #17

Closed samyakbhuta closed 13 years ago

samyakbhuta commented 13 years ago

Allow authentication for all the GET,POST,PUT and DELETE operations. It is necessary for any production grade use as there wouldn't be any database without user name and password.

Changes are minimal and obvious !!

tdegrunt commented 13 years ago

Looks interesting! Have you tested this with mongohq?

samyakbhuta commented 13 years ago

tdegrunt, yes !! I have tested it !! Simply cannot go ahead without it. You can too test before accepting the patch. MongoHQ has a basic plan free :)

tdegrunt commented 13 years ago

Thanks, just merged this and did some last code changes. It should be published to npmjs by now.