Unable to extract JWT Token on request receive
问题 I have an architecture which involves two NodeJS microservices. The workflow is as follows: User accesses a URL (localhost:8090) and gets registerd in the database through microservice 1 After registration the user is redirected to service 2 which runs on localhost:3000 I'm trying to pass the JWT token from service 1 to service 2 through headers but I'm unable to receive it in service 2 as part of the headers. Request from service 1 (localhost:8090): res.setHeader('Authorization', 'Bearer '+