SynapseFI / SynapseNode

Node.js Client Library for SynapseFI REST V3.1 API | https://docs.synapsefi.com
MIT License
13 stars 36 forks source link

Note that getUser already performs the OAuth step #46

Open dguo opened 4 years ago

dguo commented 4 years ago

We ran into a production issue involving an invalid refresh token because we always tried to OAuth after calling getUser.

Noting that we don't need to in the documentation will decrease the chance that someone else will do the same thing.