Simplify MongoDB Collection Write Security for Meteor with ongoworks:security


Summary of my bookmarked Github repositories from Jul 6th, 2015

Github repositories

  • reactioncommerce/meteor-security

    The ongoworks:security package is a Meteor package that simplifies the process of defining write security for MongoDB collections. It provides an API for specifying security rules using plain language. Version 2.0 of the package introduces some changes, including the removal of automatic setup of allow and deny functions. Users can now use the package for the Security.can feature without enabling client-side write operations. The update also allows for tracking read security and recommends using an allow function in defineMethod. The package offers various rule chain methods such as ifLoggedIn(), ifHasUserId(), onlyProps(), and exceptProps() to define security restrictions.