Enhance Meteor App Security with Field-Level Security Build Status


Summary of my bookmarked Github repositories from Jun 21st, 2015

Github repositories

  • maximummeteor/fieldsecurity

    The Meteor field-level Security Build Status package is a useful tool for defining field-level security rules in Meteor applications. By installing the package, you can set up allow/deny rules for specific fields and control the visibility of fields in queries. This package allows you to deny updates if a certain field is filled (while allowing inserts), and hide secret fields in publications without specifying the fields option in every publication. It works by automatically creating allow and deny methods for your collection and applying the defined rules. You can also define field visibility based on specific conditions. Overall, this package enhances the security and control of your Meteor application's data.