JWT身份验证。使用"Bearer_$tokenValue“还是”Bearer_$tokenValue $tokenValue"?有什么标准吗?
发布于 2021-06-17 21:04:55
在Authorization标头中,它应该是:
Authorization: Bearer $tokenValue
请参阅rfc6750/section 2.1
https://stackoverflow.com/questions/68019641
相似问题