vsivsi / meteor-file-collection

Extends Meteor Collections to handle file data using MongoDB gridFS.
http://atmospherejs.com/vsivsi/file-collection
Other
159 stars 37 forks source link

review pls #98

Closed crapthings closed 8 years ago

crapthings commented 8 years ago

can use query string

vsivsi commented 8 years ago

See my comment to the related issue. https://github.com/vsivsi/meteor-file-collection/issues/97

terry-fei commented 8 years ago

Or we can custom the handle_auth method ?

vsivsi commented 8 years ago

@felt I don't think it's a good idea for security related code to be easily monkey-patched. The correct way to achieve this is more along the lines of what I suggested here: https://github.com/vsivsi/meteor-file-collection/issues/97#issuecomment-203726824