Skip to content

v3.4.1

Latest

Choose a tag to compare

@jonasroussel jonasroussel released this 19 Apr 15:49
· 1 commit to main since this release
  • Fix aud list verification crashing on JSON-decoded tokens (List<dynamic> to List<String> cast)
  • Add defensive type guards on exp, nbf and iat claims (throw JWTInvalidException instead of runtime error)
  • Adopt package:lints/recommended with strict-casts/inference
  • Internal lint cleanups (super.message, string interpolation, remove deprecated library directive)