* Support web server flow - see the test for example
* New query method
0.1.5
---
*Release date: 2018-09-10*
* Refresh token persistence is now modular
0.1.4
---
*Release date: 2018-04-30*
* Thanks to paulie4 for the patch to allow an externally created oauthlib client. * New AUTHORS file * When token refresh fails, launch the appropriate authentication flow. Allows for username/password clients to live past the session timeout.
0.1.3
---
*Release date: 2018-02-20*
* Python's webbrowser module isn't working for chrome as default browser on OS X, so force safari as browser for oauth flow.
0.1.2
---
*Release date: 2018-02-02*
* Allow custom domain to be specified for authentication