Skip to content

Releases: intuit/oauth-jsclient

Support for RefreshUsingToken method

30 Nov 23:48
Compare
Choose a tag to compare

Recap of the changes incorporated:
1.) If you want to use the client to Authorize for multiple Companies, you can just create one instance of the client.

However, to refresh tokens for multiple companies, you could use the helper method refreshUsingToken method as shown below:

https://github.com/intuit/oauth-jsclient/blob/master/src/OAuthClient.js#L235

1.0.2

05 Oct 17:06
Compare
Choose a tag to compare
Version Release -  1.0.2

1.0.1

05 Oct 06:56
Compare
Choose a tag to compare
npm publish patch

1.0.0

05 Oct 06:15
Compare
Choose a tag to compare
Final README.md changes