Skip to content

Instantly share code, notes, and snippets.

@mmintel
Created March 18, 2016 15:36
Show Gist options
  • Save mmintel/40d90174e23fe6303d13 to your computer and use it in GitHub Desktop.
Save mmintel/40d90174e23fe6303d13 to your computer and use it in GitHub Desktop.
Images.allow({
'insert': function() {
// add custom authentication code here
return true;
},
'update': function() {
// add custom authentication code here
return true;
},
'remove': function() {
// add custom authentication code here
return true;
},
download: function(userId, fileObj) {
return true
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment