[bug] springboot jwt 认证错误JWT signature does not match locally computed signature. JWT validity canno

bug

认证错误JWT signature does not match locally computed signature. JWT validity cannot be asserted and should not be trusted.

原因

在springboot 项目中原有的jwt通过config自动注入,而为了能在netty 非bean 中使用jwt, 复制了一份代码,并手动注入config. 复制的时候secret 复制漏了一个字母。

解决

修正secret

你可能感兴趣的:(杂志,spring,boot,bug,java)