I am building a gateway to serve as a proxy infront of a set of downstream endpoint.
One of the requirements is to be able to authenticate/authorise every requests that comes in using jwt ( one of the downstream services will take care of that )
I am considering expressjs for this project.
Is there something wrong if my architecture requires me to send a pr each time i need to expose a downstream endpoint via the gateway?