Closed jasonmccay closed 12 years ago
I haven't written any code to implement it and won't be doing so soon as I don't need it currently. It would be greatly appreciated if you could contribute it. Note, it might be possible to send it as a command? $("database.$cmd").find({cmdHere:1},1) but I don't know how the Mongo Spec works for Auth.
@jasonmccay FYI, I implemented an 'auth' method for mongous. Maybe it could fulfill your requirement. here is the link: https://github.com/acsaga/mongous
the problem is the auth method is not called automatically when re-connection. you have to call it yourself in your program.
Thanks @acsaga , I sent you an email about merging your fork. I appreciate you doing this! Very nice and helpful. Hopefully it will encourage others to jump in as well!
sorry for the late response, I didn't check email yesterday. now I have sent a pull request :)
I use mongous in my little project and it's concise and flexible. Thanks for your work! I will try to write more code for mongous if I need something new in my project:)
As soon as it has been merged it, I will do a tweet (and hopefully blog) about it on the MongoHQ account. A pretty nifty idea.
On Sun, Feb 12, 2012 at 9:22 PM, Xin SU < reply@reply.github.com
wrote:
sorry for the late response, I didn't check email yesterday. now I have sent a pull request :)
I use mongous in my little project and it's concise and flexible. Thanks for your work! I will try to write more code for mongous if I need something new in my project:)
Reply to this email directly or view it on GitHub: https://github.com/amark/mongous/issues/17#issuecomment-3933902
@acsaga merged! Thank you, I appreciate it! I also added you as a collaborator. :) @jasonmccay, let me know if it works for you also, and I'll close this thread.
Nobody has further commented, so I am closing the thread. :)
Ok, thank you!
On Thu, Apr 19, 2012 at 11:35 PM, amark < reply@reply.github.com
wrote:
Nobody has further commented, so I am closing the thread. :)
Reply to this email directly or view it on GitHub: https://github.com/amark/mongous/issues/17#issuecomment-5237730
@jasonmccay hey, could I get advice? We raised from billionaires Tim Draper and Marc Benioff of Salesforce. With RethinkDB sadly shutting down, and you guys both going through YC, I want to get your take on the industry and Open Source.
I'll try contacting you via Twitter and email too, in case you don't get GitHub issue updates ;).
Is there currently a way to provide an authenticated mongo connection using this driver? I did not immediately notice anything, but wanted to double check.