aurbano / robinhood-node

:chart_with_upwards_trend: NodeJS client for Robinhood Trading :fire:

Home Page:https://aurbano.github.io/robinhood-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dynamic _deviceToken & _clientId ?

jasan-s opened this issue · comments

commented

seems _deviceToken and _clientId seem hardcoded in src.

if headless browser is used for initial auth , is it possible to retrieve and supply thee values dynamically ?

clientId is (for now, at least) a static value. Robinhood does not set this value dynamically.

_deviceToken is generated dynamically in robinhood._init()