How to validate and set bearer token as AUTHORIZATION header in spring boot REST API that comes as part of GET request URI?

后端 未结 0 1267
独厮守ぢ
独厮守ぢ 2020-12-10 07:17

Here is my GET Req URI: http://localhost:8080/api/details?token=123

here Get Req comes with a token (jwt) which I have to be validated, it works as long as I\'m passi

相关标签:
回答
  • 消灭零回复
提交回复
热议问题