Search code examples
decodejwtpaw-appjson-web-token

How could I decode a JWT token in Paw


I found an extension for generating JWT in Paw, but nothing so far about decoding the tokens and using the payload as dynamic vars.


Solution

  • You can use our JWT Decode extension: https://luckymarmot.com/paw/extensions/?extension_type=dynamic_value&q=jwt

    • Insert it in the field where you need the decoded value
    • Paste your JWT in the input filed or extract JWT from a previous response/request with a dynamic value (see screenshot)
    • Filter the value out of payload by keypath

    input filtering