easy_dart_jwt 0.3.0
easy_dart_jwt: ^0.3.0 copied to clipboard
A simple JWT library in Dart.
Changelog #
0.3.0 (26-04-25) #
- Added isValid which checks for time as well.
0.2.0 (05-04-2025) #
- Initial release of the JWT library.
- Supports token creation, verification, and decoding.
- Opted into null safety.
0.1.0 (05-04-2025) #
- First internal version with basic functionality.
- First public release (unreleased version).