Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theodo/accent
Access Control Checker Easy Neat Thorough
https://github.com/theodo/accent
access-control security
Last synced: 6 days ago
JSON representation
Access Control Checker Easy Neat Thorough
- Host: GitHub
- URL: https://github.com/theodo/accent
- Owner: theodo
- Created: 2019-01-09T14:20:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T23:06:01.000Z (about 1 year ago)
- Last Synced: 2024-04-28T05:24:50.495Z (7 months ago)
- Topics: access-control, security
- Language: PHP
- Size: 43.9 KB
- Stars: 10
- Watchers: 16
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ACCENT - API Platform route access-control checker
ACCENT (Access Control Checker Easy Neat Thorough) is a Symfony command to check that all your API Platform routes have an access control.
## Installation
### Require the bundle
```bash
composer require --dev theodo/accent-bundle
```### Run the command
```bash
bin/console theodo:access-control
```