bububa / MongoHub-Mac

MongoHub mac native version.
http://mongohub.todayclose.com
1.18k stars 315 forks source link

authentication support for target DB #72

Open dampier opened 12 years ago

dampier commented 12 years ago

Connection currently supports the ability to authenticate with user/password to the privileged "admin" DB on the server.

But I don't see a way to authenticate against any other individual DB. For example, if I have a DB "FOO" with a username "BAR" record in its system.users collection, I can connect to it like this with the mongo shell:

 mongo myserver.mydomain.com/FOO -u BAR -p PASSWORD_FOR_BAR

Could you add this per-DB authentication functionality to the connection dialog?

And by the way, thanks for the slick UI! :)