Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Mausumi-Nanda-2024's avatar

Passport setup in a microservice architecture

How can I set up Laravel Passport in a microservices architecture with a gateway-app, user-service, and another service for example ticket-service? I want the client to send login requests to the gateway-app, which forwards them to the user-service for authentication and token generation. Using the token, the authenticated user should access tickets from the ticket-service. All services are in separate projects.

0 likes
0 replies

Please or to participate in this conversation.