fresh 0.4.0
fresh: ^0.4.0 copied to clipboard
An token refresh library for dart. This package exposes the core components that are common to various refresh token implementations (REST, GraphQL, etc...).
0.4.0 #
- BREAKING: Migrate to Dart 2.12.0 with Null Safety
0.3.0 #
- BREAKING: Remove
Tokeninterface - refactor:
FreshMixininternal implementation improvements
0.2.1 #
- Add
InMemoryTokenStorage - Add
TokenHeaderBuildertypedef
0.2.0 #
- BREAKING: split
diointerceptor into separate package (fresh_dio)package:freshis repurposed to contain core refresh components
0.1.0 #
- Improvements to internal implementation
- Fully Unit Tested
0.0.1 #
Initial Release of the library.
- Includes
FreshClientwith built-in token refresh.