This repository was 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_secretin the body - Merge the global and passed in
optionsover the local request options (allowing you to override things likegrant_typeorresponse_type) - Updated build and dependencies to use ES2015 language features (namely
Object.assign)