jalik / meteor-jalik-ufs

Upload File System for Meteor **DISCONTINUED**
MIT License
100 stars 29 forks source link

The default permission is not "deny all" #105

Closed rodrigok closed 7 years ago

rodrigok commented 7 years ago

the code says that the default permission is deny all but the store class by default uses allow all.

jalik commented 7 years ago

Thank you @rodrigok, I forgot to change that comment when I modified the default permissions. I first used a deny all policy to force developers to set permissions, but later I changed my mind and switched to allow all to allow a quick start with the lib.

rodrigok commented 7 years ago

@jalik Thanks