jwt_hero 0.3.0
jwt_hero: ^0.3.0 copied to clipboard
JWT Hero is a Flutter package that helps you to manage JWT tokens in your Flutter app.
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