philiprehberger_jwt_decoder 0.1.1
philiprehberger_jwt_decoder: ^0.1.1 copied to clipboard
Lightweight JWT token decoder with typed claim access and expiration checking
0.1.0 - 2026-04-03 #
Added #
JwtDecoder.decodefor parsing JWT tokensJwtPayloadwith typed claim access (subject, issuedAt, expiration, issuer)JwtDecoder.isExpiredwith clock skew toleranceJwtDecoder.timeToExpiryfor remaining validity- Custom claim access via
claim<T>() - Zero external dependencies