jwt icon indicating copy to clipboard operation
jwt copied to clipboard

Hello, I have two questions for you.

Open onntztzf opened this issue 3 years ago • 0 comments

Hello, I have two questions for you.

  1. Why do I Validate Claims first and Perform Validation later?
  2. In line 70 of Parser. go, ValidationError.Errors is used XOR, but Inner is overridden directly. This causes the actual error causes in the Validate Claims to be lost. You could do this with Errors, but it's a little inconvenient. Why is it designed that way?

onntztzf avatar Aug 11 '22 08:08 onntztzf