Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afontainec/thewall

TheWall is a simple nodejs package allows you to indicate which user can access which endpoints. Each user can have any or many roles and each role has access to a given set of endpoints, and yes you can parameterize the endpoints.
https://github.com/afontainec/thewall

chinchay express nodejs security-tools

Last synced: 3 months ago
JSON representation

TheWall is a simple nodejs package allows you to indicate which user can access which endpoints. Each user can have any or many roles and each role has access to a given set of endpoints, and yes you can parameterize the endpoints.

Awesome Lists containing this project

README

        

# TheWall [![Build Status](https://travis-ci.com/afontainec/thewall.svg?branch=master)](https://travis-ci.com/afontainec/chinchay) [![Coverage Status](https://coveralls.io/repos/github/afontainec/thewall/badge.svg?branch=master)](https://coveralls.io/github/afontainec/thewall?branch=master)

Filtering who can access and who cannot access each of your routes with thewall.

Any Contribution are welcome!

* [Github Repository](https://github.com/afontainec/thewall)
* [Issues](https://github.com/afontainec/thewall/issues)
* [Pull Requests](https://github.com/afontainec/thewall/pulls)

For more information visit the [TheWall website](https://thewall.accionet.net)