MongoStore with admin authentication

I am using the mongo-connect on my node/express server to create a MongoStore and save sessions in my mongodb. Now I have the problem that I want to connect to a mongodb running on a web server, which requires to first authenticate as admin to access the database. I can't find the option in the documentation of this node-module. Does anyone have a solution or can recommend another module to create MongoStores?