fittinq / symfony-authenticator-token-service
There is no license information available for the latest version (2.0.0) of this package.
2.0.0
2022-11-28 09:43 UTC
Requires
- firebase/php-jwt: ^6.0
- symfony/framework-bundle: ^6.0
Requires (Dev)
- fittinq/symfony-mock: ^4.0
- phpunit/phpunit: ^9.0
- symfony/flex: ^1.3.1
- symfony/http-client: ^6.0
- symfony/yaml: ^6.0
README
Use symfony authenticator to obtain a valid token to authenticate a service.
Install via composer
composer require fittinq\symfony-authenticator-token-service
Configure bundle
# config/bundles.php
<?php
return [
// ...
Fittinq\Symfony\Authenticator\SymfonyAuthenticatorTokenServiceBundle::class => ['all' => true],
];
.env
Configure the following .env.local settings
AUTHENTICATOR_HOST_URL=authenticator
AUTHENTICATOR_USERNAME=jeroen
AUTHENTICATOR_PASSWORD=jeroen