Posts tagged 'microservices'

  • Securing a Go Microservice with JWT

    JSON Web Tokens (JWTs) offer a mechanism to share a set of claims or attributes from client to a server providing microservices in a cryptographically secure way. JWT secures the service-to-service communication and also can pass end-user context across microservices.

    READ MORE
  • JWT authorization in a microservices gateway

    In a recent article, we set up an API gateway with microservices for an eCommerce enterprise. FusionAuth handled our centralized authentication and then we passed user details for authorization to the microservices.

    READ MORE
  • Centralized authentication with a microservices gateway

    In this article, we’re going to implement authentication and authorization for a gateway API application that routes to two different microservices. FusionAuth will be the auth server for the gateway.

    READ MORE