jwt_decoder 1.0.3 copy "jwt_decoder: ^1.0.3" to clipboard
jwt_decoder: ^1.0.3 copied to clipboard

outdated

This small library helps you to decode Json Web Tokens, you can also know if a JWT is already expired.

[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

[1.0.1] - Example file #

  • An example file was added

[1.0.2] - License was added #

[1.0.3] - getExpirationDate() and getTokenTime() methods #

  • getExpirationDate() returns the expiration date of the token
  • getTokenTime() you can use this method to know how old your token is
445
likes
0
pub points
99%
popularity

Publisher

unverified uploader

This small library helps you to decode Json Web Tokens, you can also know if a JWT is already expired.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on jwt_decoder