kbase / kb_sdk

Build and test new apps for the KBase platform
http://kbase.github.io/kb_sdk_docs
MIT License
27 stars 32 forks source link

Fix python auth client & tests #257

Closed MrCreosote closed 7 years ago

MrCreosote commented 7 years ago

Looks like the auth client was never compatible with with auth2 error syntax. No need to support auth1 at this point.

Later, update the client to use the new auth2 api rather than the legacy api, including implementing the suggested cache time.

Tested that the default url works manually.

MrCreosote commented 7 years ago

@arfathpasha @ugswork