dio_refresh_bot 2.1.0
dio_refresh_bot: ^2.1.0 copied to clipboard
Dio interceptor which makes refresh token mechanism simple, flexible and reactive.
2.1.0 #
- Feat: add optional debugLog for refreshToken request.
- FIX: handle
refreshToken
error when his type is notDioError
.
2.0.0+1 #
- FIX: downgrade
bot_storage
to released version.
2.0.0 #
Note: This release has breaking changes.
- FIX: add shouldRefresh implementation for onRequest.
- BREAKING: remove un-needed dio from
RefreshTokenInterceptor
.
1.0.6 #
- chore: fix local path conflict with bot_storage
1.0.5 #
- test: add test files
1.0.4 #
- build: pump up bot_storage to 1.0.4
1.0.3+1 #
- build: downgrade meta to 1.7.0
1.0.3 #
- feat: add equatable implantation to AuthToken class.
- fix: add should refresh to onRequest.
- build: pump up dependencies.
1.0.2 #
- fix: token stream event has not been added.
- update example
1.0.0+1 #
- add readme
1.0.0 #
- initial release.