How to send JSON Web Token (JWT Token) as header with Postman

preview_player
Показать описание
✅ Want to learn more about Postman? Check out my Postman online course.

___

// A B O U T T H I S V I D E O

In this video, I will show you how to send a JSON Web Token (JWT Token) in Postman to an endpoint that expects one.

___

// I H A V E A Q U E S T I O N!

I do my best to answer all comments here on YouTube but I cannot make any guarantees.

If you have a question, it is best to ask your question on the Postman User Group on Facebook or on the Postman Community (links below).

If you have purchased the Postman online course, please use the Q&A section or send me a message on Udemy.

Please do not email me or contact me on other channels as I might not be able to answer. Sorry!

___

// I H A V E A V I D E O I D E A

Do you want me to create a video on a specific topic? Just fill out the form below:

___

// P L A Y L I S T S

Collection of video tutorials:

___

// F R E E R E S O U R C E S

▸▸▸ DOWNLOAD the FREE Postman Quick Reference Guide

▸▸▸ JOIN the Postman User Group on Facebook

▸▸▸ OFFICIAL Postman community forum

___

// M U S I C C R E D I T S

___

// IMPRINT

___
Рекомендации по теме
Комментарии
Автор

✅ Want to learn more about Postman? Check out my Postman online course.

vdespa
Автор

You're a lifesaver. I'm entirely new to this topic, has been as confused as possible - until I found this video! Thank you very much!!

kgtdxpv
Автор

Cool video, but it would have been nice to see also what was happening server-side :)

GeoffreyPapin
Автор

Is the token pasted in the Authorization tab is different from what postman generates in the header tab? How are they ifferent, if i paste the token directly in header as Authorization Bearer token i get a faultcode 1007. Can you please let me know how they are different?

anotherrohit
Автор

Another question, when pasting the access_token into jwtio edittor, i see invalid signature at the bottom of screen just like you. Why is that if the token is already signed by a secret key? When i click the secre base 64 encode the signature is verified message is seen. Does the verification need a base64 value of the secret only to work? Who needs to add that extra level of encoding on the secret, the server or the client?

anotherrohit
Автор

I like the video and explanation . one question is here that how do you created local server which communicate with jwt request by postman ?

ganeshkamble
Автор

Is there any website or tool like Postman that may be used to sign a JWT with a private key provided to me by the API owner?

lrbeiwv
Автор

My wep-page crashes when the jwt token expires and I have to manually delete my expired token from the localStorage for the page to work again, why is that happening and how i can solve it ? Note: I’m not using a refresh token .

TheGlitchOfTheGame
Автор

Can you share some prescript at collection level, which can generate the token if it is expired or generate new one.

vikascoll
Автор

can we get the source code please it is so important to me if you let me have the source code you would help me a lot

hammafataka
Автор

I cant send token from my header ? why? I use JWT packgaes from laravel, I only can send itu throught url params, can anyone help me?

louisaldorio
Автор

how to send request header without postman?? ajax...

trancongminh
Автор

it is not working in my case, the value field is null.can you help?

naeemtahir
Автор

Can anyone tell me how to generate access token using Java to access Zoho API docs

mriduljaiman
Автор

how to remove that "barer" keyword !

milindchavan
Автор

But how to generate the token? It's the only thing I don't understand

ivansanchezmartinez