isomorphic, "magical" access control integrated with objection.js 🎉
An SQL-friendly ORM for Node.js
Objectionjs plugin to whitelist/blacklist model properties
A filter module for objection.js
Paginated queries for Objection.js
objection-unique
A plugin for objection js that supports soft delete
db-errors plugin for objection.js
ActiveRecord-style objection.js plugin to auto-fill tableName
Objection module for NestJS
objection-guid
A plugin for objection js to support soft delete functionallity
`objection-gen` generates random data for [Objection.js](https://github.com/Vincit/objection.js/)'s model and other related models. It uses a model's `jsonSchema` and `relationMappings`to generate random data and follow the relations respectively. Interna
Objection plugin to automatically obfuscate model ids using hashids!
All rsuite icon resource file and icon fonts
Objection adapter for factory girl.
Plugin for Objection.js to add softdelete functionality
Originally designed as Swagger definition generator for Objection.js models. Since then scope was extended to also cover Swagger-compatible snippets generation from plain JSON Schema entries as well as set of conversions that are useful for model and sche
Supports authorization for product REST API calls
Build search queries for objection.js models using HTTP query parameters.
Cursor based pagination plugin for Objection.js
Automatically slugifies a source field.
AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native
Automatically add encryption to selected fields of your Objection models
Object oriented authorization for ruby.
Object oriented authorization for Rails applications
Object oriented authorization for ruby.
Permitters are an object-oriented way of defining what request parameters are permitted. using Strong Parameters. It is to Strong Parameters what ActiveModel::Serializers are to as_json/to_json, but supports CanCan and similar authorization frameworks.
Authorizer is a gem for Ruby (in conjunction with Rails 2.3) that does authorization for you on a per-object basis. What makes this gem different from e.g. declarative_authorization and cancan is they define one role for the entire application. With Authorizer, you define roles for different users on every Rails object. Let's use a Dropbox analogy. With Dropbox, you can choose which folder you want to share. For instance: Al has a home folder with these subfolders in it: - Music (shared with Bob) - Pictures (shared with Casper and Bob) - News (shared with no-one) This causes Al to have all 3 folders in his Dropbox. Bob has 2 and Casper has only 1 folder called Pictures. In other words, a user has access to a subset of the entire collection of folders. Bob has access to 2 of Al's folders, namely Music and Pictures. But he doesn't even see the News folder, nor can he download files from it. Bob's access to the two folders is both read and write, so let's call that role "admin". Al is the owner of all 3 folders and has a role called "owner". This leads to the following Roles table: folder_name user_name role Music Al owner Bob admin Pictures Al owner Bob admin Casper admin News Al owner Now if we would allow Bob to also access the News folder but only read from it, we could add the role called "reader" to the table: folder_name user_name role News Bob reader This is exactly what Authorizer does for your Rails application.
A base policy class for authorizing controller actions with access to the current_user and object.
Controller-oriented authorization with composable rule objects.
Very simple Roles library without any authorization enforcement supporting scope on resource objects (instance or class). Supports ActiveRecord and Mongoid ORMs.
Rails authorization for well defined authorization objects interfaces
Expandable object oriented authorization solution for Ruby/Rails applications
Object oriented authorization for Rails applications
add content negogiation, serialization of objects (their attributes map), and some helpers for authentication + authorization to the cuba framework