composer require zestic/codeception-jwt --dev
In your acceptance.suite.yml file
modules:
enabled:
- JWT:
algorithm:
publicKeyPath:
privateKeyPath:
tokenTtl:
In your composer.json
{
"repositories": {
"zestic/codeception-jwt": {
"type": "vcs",
"url": "[email protected]:zestic/codeception-jwt.git"
},
}
}
To use it in a test