You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed Config method signatures to allow an interface to be defined for the OAuth1 authorization flow. Gives users of this package (and downstream packages) the freedom to use other implementations if they wish.
Removed RequestToken in favor of passing token and secret value strings.
Removed ReuseTokenSource struct, it was effectively a static source. Replaced by StaticTokenSource.