Closed CertainLach closed 10 months ago
I'm not sure why jsonwebtoken crate is ok with that, but the resulting DecodingKey returns InvalidSignature error when the original code is used.
jsonwebtoken
DecodingKey
InvalidSignature
Closing as already covered by #11
I'm not sure why
jsonwebtoken
crate is ok with that, but the resultingDecodingKey
returnsInvalidSignature
error when the original code is used.