Vincent Prouillet
Vincent Prouillet
We can implement `PartialEq` but if we implement a `Debug` it should be a custom implementation that just prints the algorithm and _not_ the data contained in it to avoid...
Let's not implement `PartialEq` actually, only a custom `Debug`: https://github.com/Keats/jsonwebtoken/issues/220
I'll merge and release in a bit when i have some free time
Looks like there's another MSRV >_>
Thanks and sorry for the delay
I'm not going to export it as a separate crate but someone else could create a new crate and publish it (we wouldn't use it here though)
You mean in a custom `Drop` impl? I've used zeroize before so i would lean towards that
Can you add a snippet of how you would use that?
It's required if you don't turn it off in the https://docs.rs/jsonwebtoken/latest/jsonwebtoken/struct.Validation.html struct
You can't, you can only use header fields from the spec in this library