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
The issue has already been reported in #43. basically, the OAuth2 lib no longer depends on Poison as the JSON backend is now configurable. The only problem is that there is no hook to provide access to the OAuth2 client object to configure the JSON backend.
Would it be possible to provide such a hook?
perhaps updating the README to tell how it should be used might be nice too.
The text was updated successfully, but these errors were encountered:
The issue has already been reported in #43. basically, the OAuth2 lib no longer depends on Poison as the JSON backend is now configurable. The only problem is that there is no hook to provide access to the OAuth2 client object to configure the JSON backend.
Would it be possible to provide such a hook?
perhaps updating the README to tell how it should be used might be nice too.
The text was updated successfully, but these errors were encountered: