ashleydavis / mongodb-rest

REST Server for MongoDB (using node.js)
GNU Lesser General Public License v3.0
75 stars 34 forks source link

Ability to configure Access-Control-Allow-Credentials and also fix for... #1

Closed KamilSzot closed 10 years ago

KamilSzot commented 10 years ago

...config not being accessible in accesscontrol.js

ashleydavis commented 10 years ago

Merged. Thanks for contributing. Your change will be available on npm when I release v0.10.8 in 1-2 weeks.

ashleydavis commented 10 years ago

I've made a change to the way config is accessed. It is now being passed into accesscontrol properly. Please take a look and let me know if it still works the way you want.

KamilSzot commented 10 years ago

Again, sorry for the delayed answer. Yes, it still works in my setup with your changes. Thank you.