Download the PHP package fiser/microservices-internal-authentication without Composer
On this page you can find all versions of the php package fiser/microservices-internal-authentication. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fiser/microservices-internal-authentication
More information about fiser/microservices-internal-authentication
Files in fiser/microservices-internal-authentication
Package microservices-internal-authentication
Short Description Symfony MicroservicesInternalAuthenticationBundle
License MIT
Informations about the package microservices-internal-authentication
Microservices Internal Authentication Bundle
Description
The purpose of this bundle is solved the internal comunications between symfony microservices for the authentification based in solved JWT.
If you have one microservice that generate the JWT and the clients send this to another microservices, this bundle is for the communication of the another microservice with the session microservice.
This system integrates the microservices authentication with a symfony system authentication.
Configuration
Installation
The code is in packagist hosted: https://packagist.org/packages/fiser/microservices-internal-authentication
For install you can do:
Configuration files
Paste in your security file of symfony this:
In your config.yml you need to define this elements for configure the bundle The config values are not necessary if you not put this are the default values:
All versions of microservices-internal-authentication with dependencies
guzzlehttp/guzzle Version ^6.3
symfony/symfony Version >=3.0.0
symfony/security-bundle Version >=3.0.0