UNPKG

sails-permissions-sequelize

Version:

Sequelize version of : Comprehensive user permissions and entitlements system for sails.js and Waterline. Supports user authentication with passport.js, role-based permissioning, object ownership, and row-level security.

12 lines (8 loc) 199 B
/** * PermissionController * * @description :: Server-side logic for managing permissions * @help :: See http://links.sailsjs.org/docs/controllers */ module.exports = { };