Tony Gutierrez
Tony Gutierrez

Reputation: 771

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.

Upvotes: 3

Views: 487

Answers (1)

Natalia Panferova
Natalia Panferova

Reputation: 1184

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

Upvotes: 4

Related Questions