- BREAKING: Remove
clientTokenInterceptorgetter and replace withgetClientTokenInterceptormethod
- BREAKING:
isLoggedInnow returnsFuture<bool>instead of bool
- Add pre-constructed
ClientTokenInterceptorandUserTokenInterceptortoPassputter
- Fix build
- Export
OAuthToken
- BREAKING:
TokenStoragenow provides the option to asynchronously retrieve tokens. - Fix internal lint errors
- Upgrade dependencies
- Automatically refreshes expired client tokens
- Handle case where a user token has expired but has no refresh token
- Extra testing
- Automated publishing set up
- Initial version, created by Stagehand