This bundle unleashes a JWT based security on Symfony applications.
Use Composer to install this bundle:
$ composer require webmunkeez/security-bundle
Add the bundle in your application kernel:
// config/bundles.php
return [
// ...
Webmunkeez\SecurityBundle\WebmunkeezSecurityBundle::class => ['all' => true],
// ...
];