jwt_decoder 1.0.0 jwt_decoder: ^1.0.0 copied to clipboard
Json Web Tokens decoder.
[1.0.0] - decode and isExpired methods #
- decode method will decode your token's payload and return a Map<String, dynamic>
- isExpired method is used to know if a token is already expired or not