express-mongoose-acl
TypeScript icon, indicating that this package has built-in type declarations

0.44.1 • Public • Published

@egose/acl

@egose/acl is a package that provides REST API endpoints for mongoose data models in Express routes. It helps to secure the backend database by decorating mongoose queries with access control lists (ACLs), which are used to restrict access to sensitive data. The package also supports dynamic frontend mongoose-like query options, which allows developers to easily manipulate and query data from the frontend using familiar syntax. By using @egose/acl, developers can streamline their development process and reduce the risk of security breaches caused by unauthorized database access.

NPM Version Package License NPM Downloads

Documentation

please see Egose documentation for more details.

Installation

npm install express mongoose @egose/acl
npm install @types/express --save-dev
yarn add express mongoose @egose/acl
yarn add @types/express --dev

Package Sidebar

Install

npm i express-mongoose-acl

Weekly Downloads

5

Version

0.44.1

License

MIT

Unpacked Size

857 kB

Total Files

9

Last publish

Collaborators

  • junminahn