express-mongoose-acl
v0.45.1
Published
REST API Access control built in Express and Mongoose
Downloads
313
Maintainers
Readme
@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.
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