jwt_hero 0.3.1
jwt_hero: ^0.3.1 copied to clipboard
JWT Hero is a Flutter package that helps you to manage JWT tokens in your Flutter app.
0.3.1 #
- docs: minor fixes in README.md
- docs: minor fixes in missing comments for documentation
- fix: minor change in buildHeaders function
- fix: catch mechanism for unknown exception changed in onRequest functions
0.3.0 #
- feat: SecureTokenStorage as a default implementation of TokenStorage added
- docs: clearly explained comments provided Thanks to Galib (#1)
- fix: SessionExpirationManager renamed to SessionManager
- fix: Removed unnecessary functions from TokenStorage - close, getStatusStream
- fix: Import issues fixed
0.2.0 #
- README.md updated
0.1.0 #
- Initial version of jwt hero implemented