alpaca-trade-api-js
alpaca-trade-api-js copied to clipboard
add support for OAuth authentication using a token
Add support to allow API calls to authenticate via a token rather than with API keys.
I'm pretty sure that feature is actually in there, it looks like all you have to do is pass an oauth
config within the initialization perimeters instead of secretKey
and keyId