This module provides authentication storage via JWT.
composer require ministryofjustice/jwt-laminas-auth
Copy jwt_laminas_auth.global.php
to your autoload config directory and
change the settings as appropriate.
Enable the module JwtLaminasAuth
in your application config.
This assumes you have docker and docker-compose installed
Install files to local vendor directory
docker-compose run composer
Run unit tests
docker-compose build unit-test && docker-compose run unit-test