"The signing key's size is 48 bits which is not secure enough for the HS512 algorithm. The JWT JWA
如上报错,说明密钥太短,不符合规定
解决办法:
在yml配置中,增长secret长度,直至符合要求即可
"The signing key's size is 48 bits which is not secure enough for the HS512 algorithm. The JWT JWA
如上报错,说明密钥太短,不符合规定
解决办法:
在yml配置中,增长secret长度,直至符合要求即可