This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
Code Flow Update
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 likegrant_type
orresponse_type
) - Updated build and dependencies to use ES2015 language features (namely
Object.assign
)