Dec 22, 2024
0
Level 1
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.
Please or to participate in this conversation.