Sending JWT token in the headers with Postman

I’m testing an implementation of JWT Token based security based off the following article. I have successfully received a token from the test server. I can’t figure out how to have the Chrome POSTMAN REST Client program send the token in the header.

postman screenshot

My questions are as follows:

1) Am I using the right header name and/or POSTMAN interface?

2) Do I need to base 64 encode the token? I thought I could just send the token back.

12 Answers
12

Leave a Comment