node_acl
node_acl copied to clipboard
updating to mongo 4.0 causes issue with select {_bucketname: 0}, not working
Mongoose version: 5.6.7 mongo: 4.0
in mongodb-backend, get function the select as the second parameter does not deselect _bucketname, thus in roles we even get _bucketname as role name
Fixed in my fork acl2 of this module. More info here: https://github.com/OptimalBits/node_acl/issues/285#issuecomment-688599945