Use JSON Web Token
Install the extension and add the dynamic value
Install the extension and add the dynamic value
On the page JSON Web Token (JWT) Auth dynamic value extension, hit the Install Extension button.
Insert the JSON Web Token dynamic value in the field where you need to put your JWT. Press {
to trigger the autocomplete. Then click on the inserted dynamic value to set the input.
Add the required JWT Claims in Payload
Add the required JWT Claims in Payload
Click on the field to set the input type.
Use dynmaic values inside the fields, i.e. Timestamp
and Nonce
Tick the box for Time Fields if you want to autamatically add iat
and exp
(60 seconds).
Add the Secret and tick the box bellow if the Secret is Base64
Add the Secret and tick the box bellow if the Secret is Base64
If you are using HS256
algorithm, paste your client secret in the Secret field. For RS256
paste your private key in this field.
Check your JWT and send the request
Check your JWT and send the request
The JSON Web Token is now ready. You can debug it on JWT.IO, just copy it from Paw and paste it there.
Re-use values from JSON Web Token
To decode a JWT and re-use a value from it in further requests you can use our JSON Web Token (JWT) Decode dynamic value. The following steps describe how to use it in Paw.