springboot+resttemplate+jwt踩到的坑

在客户端访问认证服务时,一直出现JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted.的异常 后来通过查看源码发现,在RestTemplate中传递过来的map集合中的数据,基本类型会成为ArrayList,而引用类型则会转
相关文章
相关标签/搜索