fittinq/symfony-authenticator-token-service

There is no license information available for the latest version (2.1.0) of this package.

2.1.0 2025-03-13 16:39 UTC

This package is auto-updated.

Last update: 2025-03-13 15:40:21 UTC


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