Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@smallhillcz/routesjs

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smallhillcz/routesjs

REST HATEOAS ACL layer over ExpressJS

latest
Source
npmnpm
Version
1.4.3
Version published
Maintainers
1
Created
Source

Installation

npm i @smallhillcz/routesjs

Motivation

As far as I can say there is no NodeJS framework that would support:

  • Automatic named links generation for discoverable APIs based on defined routes (routes automatically appear in root API endpoint and individual documents' _links array)
  • Permission-based (what user can) and workflow-based (what is possible for document) based filtering of routes and links.
  • Access control based on roles and document properties allowing for checking against documents (if user has certain permission on a document) and filtering documents based on permission (which documents user has permission on)

If you know about any, please let me know, I will gladly shut this down in a minute :)

Examples

I will keep the examples updated at routesjs.com.

Contributing

TODO :(

Keywords

node

FAQs

Package last updated on 10 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts