How can I do that?
Right now I can connect to the database, but it seems like only when no user is set…
It’s version 1.0…but I can’t find how to enter user/pass into the connection?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://www.tulek.org/2010/11/28/node-js-mongodb-mongoose/
http://www.mongodb.org/display/DOCS/Connections
In mongodb, you have to assign collections to users before they can access them.
http://www.mongodb.org/display/DOCS/Security+and+Authentication
HTH