flash-oss / node_acl

Access control lists for node applications
MIT License
63 stars 9 forks source link

fix: create missing index for key field in mongoDb #5

Closed gkampitakis closed 3 years ago

gkampitakis commented 3 years ago

As discussed https://github.com/flash-oss/node_acl/issues/4 , this pr is for adding the missing index when using useSingle=false. Didn't find any tests that need to be updated.