bcg / em-mongo

EventMachine MongoDB Driver (based off of RMongo)
http://github.com/bcg/em-mongo
141 stars 47 forks source link

Request: Add DB Authentication #11

Closed timshadel closed 13 years ago

timshadel commented 14 years ago

Here's where it's at in the Mongo ruby driver:

http://github.com/mongodb/mongo-ruby-driver/blob/master/lib/mongo/db.rb#L90

Sorry I can't get to a patch at the moment...

bcg commented 13 years ago

I built in initial auth support in the newly released 0.3. Would you mind testing for me and seeing if it meets your needs? Thanks ...

timshadel commented 13 years ago

I might be able to test this out early next week. I'll let you know. Thanks for adding it! :-)

PlasticLizard commented 13 years ago

I have tested the authentication in a variety of scenarios and it appears to be working fine.