Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/afontainec/thewall
- Owner: afontainec
- Created: 2019-06-03T20:56:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T05:23:08.000Z (about 2 years ago)
- Last Synced: 2024-09-20T09:09:07.960Z (4 months ago)
- Topics: chinchay, express, nodejs, security-tools
- Language: JavaScript
- Homepage: https://thewall.accionet.net/
- Size: 11.4 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)