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

This package is auto-updated.

Last update: 2024-04-11 11:18:15 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