Sending JWT token in the headers with Postman

后端 未结 12 1774
借酒劲吻你
借酒劲吻你 2020-12-07 07:38

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 ho

12条回答
  •  北海茫月
    2020-12-07 08:06

    1. Open postman.
    2. go to "header" field.
    3. there one can see "key value" blanks.
    4. in key type "Authorization".
    5. in value type "Bearer(space)your_access_token_value".

    Done!

提交回复
热议问题