@emacl/core
TypeScript icon, indicating that this package has built-in type declarations

0.47.0 • 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

/@emacl/core/

    Package Sidebar

    Install

    npm i @emacl/core

    Weekly Downloads

    34

    Version

    0.47.0

    License

    MIT

    Unpacked Size

    911 kB

    Total Files

    9

    Last publish

    Collaborators

    • junminahn