Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/theodo/accent

Access Control Checker Easy Neat Thorough
https://github.com/theodo/accent

access-control security

Last synced: about 2 months ago
JSON representation

Access Control Checker Easy Neat Thorough

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
```