oauth2_refresher 1.0.4 copy "oauth2_refresher: ^1.0.4" to clipboard
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 with Hive 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.
1
likes
160
points
32
downloads

Publisher

verified publisherdart-weider.top

Weekly Downloads

A Dart library for managing OAuth2 token refreshing with easy integration and support for Dio and JWT decoding.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, hive, jwt_decoder

More

Packages that depend on oauth2_refresher