dio_bearer 0.0.3
dio_bearer: ^0.0.3 copied to clipboard
Dio interceptor for automatic Bearer token management with refresh token support.
0.0.3 #
- Fix bug: Refresh token client don't use base url
0.0.2 #
- Don't refresh the token if request path is in
accessTokenPaths. - Give
accessTokenKeyandrefreshTokenKeyparams value directly in constructor - Rename
_accessTokenRoutesto_accessTokenPathsto match public param name.
0.0.1 #
- Initial release, not tested yet! :)