Too Long; Didn't Read
An easy-to-use Symfony 5 bundle is written to manage access control lists (ACL) in applications. It is agnostic in terms of your app's architecture. JWT tokens are easily authenticated and authorised in an event subscriber with the help of the so-called easy ACL repositories. If a given user is authenticated successfully, code tries to figure out if they have the right permissions to access the current route. In a look at how it works at how magic works at the magic in a nutshell.