intuit / oauth-jsclient

Intuit's NodeJS OAuth client provides a set of methods to make it easier to work with OAuth2.0 and Open ID
https://developer.intuit.com/
Apache License 2.0
120 stars 154 forks source link

v3 migration documentation #94

Closed AlbertHambardzumyan closed 3 years ago

AlbertHambardzumyan commented 3 years ago

Trying to upgrade version from v2 to v3, but feeling hard to identify the breaking changes. Some changelog or migration doc would be helpful.

abisalehalliprasan commented 3 years ago

You can refer to CHANGELOG.md. This was introduced due to address a vulnerability caused by mocha

AlbertHambardzumyan commented 3 years ago

Only v1 was documented at the time when I was checked it yesterday.

Now, I can see v3 too. That's exactly what I wanted.