java-jwt icon indicating copy to clipboard operation
java-jwt copied to clipboard

Small exception improvements

Open Blaubeeree opened this issue 1 year ago • 0 comments

Changes

Made it simpler to catch all claim-related Exceptions.

  • add claimName to InvalidClaimException (which was already present in all sub-classes)
  • make TokenExpiredException extend IncorrectClaimException

Testing

  • [ ] This change adds test coverage
  • [x] This change has been tested on the latest version of Java or why not

Checklist

Blaubeeree avatar Jan 16 '25 17:01 Blaubeeree