- Fix
audlist verification crashing on JSON-decoded tokens (List<dynamic>toList<String>cast) - Add defensive type guards on
exp,nbfandiatclaims (throwJWTInvalidExceptioninstead of runtime error) - Adopt
package:lints/recommendedwith strict-casts/inference - Internal lint cleanups (
super.message, string interpolation, remove deprecatedlibrarydirective)