jwt_decode 0.3.1 jwt_decode: ^0.3.1 copied to clipboard
A easy dart package to decode JSON Web Tokens, and to check and give its expiry dates
[0.3.1] - 23-03-2021 #
- Fix manual dependency override for test package
- Fix failing test cases for non-UTC+5:30 timezones
[0.3.0] - 14-03-2021 #
- Migrated the package to null safety standards.
- Migrated from flutter package to dart package.
[0.2.0] - 23-12-2020 #
- Features added:
- To check if the token is expired or not
- Get the expiry date
- Added examples and test cases
[0.1.0] - 26-01-2020 #
- Updated License to BSD
[0.0.1] - 26-01-2020 #
- Initial release of jwt-decode