oauth2_refresher 1.0.4
oauth2_refresher: ^1.0.4 copied to clipboard
A Dart library for managing OAuth2 token refreshing with easy integration and support for Dio and JWT decoding.
1.0.0 #
- Initial version.
1.0.1 #
- Replaced
SharedPreferences
withHive
for token storage. - Added support for web, server, and mobile platforms.
1.0.2 #
- Formatted code.
1.0.3 #
- Updated README.md.
1.0.4 #
- A gap has been added to the expiration time of the auth token to ensure stable operation. By default, the token is considered expired 60 seconds earlier. You can customize this value if needed.