Skip to content

v1.1.0

Compare
Choose a tag to compare
@tobiaslohr tobiaslohr released this 16 Apr 15:51
· 748 commits to master since this release
  • improved readme for configuration and installation of CLI
  • fix broken auth:login after version update of conf
  • print login url auth:login uses to console for manually opening
  • Properly reset process.exitCode after each test
  • #28 make linting part of npm test script
  • #29 Gracefully end client:auth when login url cannot be reached
  • #27 Use stored source for Oauth redirect page
  • Support the refresh_token grant when user specifies --renew. …
  • Introduce a ocapi.retryableCall method …
  • Add tests for the auth#renew and ocapi#retryableCall methods
  • Merge pull request #21 from wundrian/grant-refresh …
  • Treat client_credentials grants as renewable (fixes #33) …
  • Merge pull request #36 from wundrian/fix/issue_33.renew …
  • #14 Fixed error first callbacks in JS API