Sending JWT token in the headers with Postman

后端 未结 12 1786
借酒劲吻你
借酒劲吻你 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 07:54

    In Postman latest version(7++) may be there is no Bearer field in Authorization So go to Header tab

    select key as Authorization and in value write JWT

提交回复
热议问题