pavelvlasov / koa-generic-session-mongo

MongoDB store for koa-session middleware backed by node-mongodb-native.
MIT License
37 stars 16 forks source link

can not authenticate #22

Closed gtk2k closed 6 years ago

gtk2k commented 6 years ago

new MongoStore({ db: 'db', collection: 'collection', user: 'user', password: 'password' });

MongoError: Authentication failed.

pavelvlasov commented 6 years ago

@gtk2k it's might be a problem with your mongodb setup and not store itself. I'm closing the issue for now. Feel free to reopen if you have more details.