I have a third-party client app that sends up the token in the “x-jwt-token” header.
I would like to include looking at this header in addition to everything it is currently doing.
What is the easiest way to achieve this? It looks like the client app limits its communications to a single route so I only need this functionality on a specific request.