PHPackages                             fiser/microservices-internal-authentication - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. fiser/microservices-internal-authentication

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

fiser/microservices-internal-authentication
===========================================

Symfony MicroservicesInternalAuthenticationBundle

1.4.2(8y ago)3641MITPHPPHP ^7.1.3

Since Feb 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Fiser12/MicroservicesInternalAuthenticationBundle)[ Packagist](https://packagist.org/packages/fiser/microservices-internal-authentication)[ RSS](/packages/fiser-microservices-internal-authentication/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (3)Versions (8)Used By (0)

Microservices Internal Authentication Bundle
============================================

[](#microservices-internal-authentication-bundle)

Description
-----------

[](#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
-------------

[](#configuration)

### Installation

[](#installation)

The code is in packagist hosted:

For install you can do:

```
composer require fiser/microservices-internal-authentication

```

### Configuration files

[](#configuration-files)

Paste in your security file of symfony this:

```
security:
    providers:
        user_api_provider:
            id: "fiser.microservices_internal_authentication.security.user_provider"

    firewalls:
        main:
            anonymous: ~
            guard:
                authenticators:
                    - "fiser.microservices_internal_authentication.security.authenticator"
            provider: user_api_provider

    access_control:
        - { path: ^/recipes/, roles: ROLE_USER }

```

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:

```
microservices_internal_authentication:
    cookie_name: Authorization
    uri: http://nginx/session/user/decode
    token-api: secret

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~6 days

Total

7

Last Release

2975d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/03d4bd3dcc22150e9aed1ca380883df8bf7ce3bd664bd3a0a102bfad09609cf0?d=identicon)[Fiser](/maintainers/Fiser)

---

Top Contributors

[![Fiser12](https://avatars.githubusercontent.com/u/7186913?v=4)](https://github.com/Fiser12 "Fiser12 (37 commits)")

---

Tags

authenticationbundlemicroservicemicroservices-architecturesymfony

### Embed Badge

![Health badge](/badges/fiser-microservices-internal-authentication/health.svg)

```
[![Health](https://phpackages.com/badges/fiser-microservices-internal-authentication/health.svg)](https://phpackages.com/packages/fiser-microservices-internal-authentication)
```

###  Alternatives

[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

50570.7k1](/packages/web-auth-webauthn-framework)[mainick/keycloak-client-bundle

Keycloak client bundle for Symfony, designed to simplify Keycloak integration into your application and provide additional functionality for token management and user information access

4526.0k](/packages/mainick-keycloak-client-bundle)[descope/descope-php

Descope SDK for PHP

3814.0k](/packages/descope-descope-php)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
