DDD实战10 在项目中使用JWT的token

在使用过程中报过一个错误:The algorithm: 'HS256' requires the SecurityKey.KeySize to be greater than '128' bits
是因为我在使用的时候

这里面的长度不够 我做如下修改之后解决问题:


在使用过程中报过一个错误:The algorithm: 'HS256' requires the SecurityKey.KeySize to be greater than '128' bits
是因为我在使用的时候

这里面的长度不够 我做如下修改之后解决问题:
