Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Code Flow Update

Compare
Choose a tag to compare
@blakeembrey blakeembrey released this 22 Mar 18:46
· 96 commits to master since this release

Changed

  • Send authorization header with code flow instead of client_secret in the body
  • Merge the global and passed in options over the local request options (allowing you to override things like grant_type or response_type)
  • Updated build and dependencies to use ES2015 language features (namely Object.assign)