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
Right now OAuthHelper.interactive throws a NotImplementedError when given webapp Credentials. Shouldn't be too hard to get this working. It'll require us to have more data in credentials.json
Add appropriate code to OAuthHelper.interactive and expand OAuthHelper tests
Update the readme, specifically the section about the shape of credentials.json
Update :meta:credentials to generate an OAuth2 app of type web
The text was updated successfully, but these errors were encountered:
Right now OAuthHelper.interactive throws a
NotImplementedError
when given webapp Credentials. Shouldn't be too hard to get this working. It'll require us to have more data in credentials.jsoncredentials.json
:meta:credentials
to generate an OAuth2 app of typeweb
The text was updated successfully, but these errors were encountered: