Extension Example 3: HTTP Proxy JWT Decoder
We will learn how to create a practical plugin that decodes JWT tokens present in the request header under the "Proxy" tab.
In this chapter, we will create a “Proxy” tab extender plugin that will decode the JWT token present in the request header and output its decoded ...