GithubHelp home page GithubHelp logo

guoyu07 / microservicesinternalauthenticationbundle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fiser12/microservicesinternalauthenticationbundle

0.0 1.0 0.0 25 KB

This bundle is for symfony microservice that need connect with a other microservice for session decrypt provider that return the User of the system.

Home Page: https://packagist.org/packages/fiser/microservices-internal-authentication

PHP 99.91% HTML 0.09%

microservicesinternalauthenticationbundle's Introduction

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:

composer require fiser/microservices-internal-authentication

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

microservicesinternalauthenticationbundle's People

Contributors

fiser12 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.