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
121 stars 156 forks source link

add state from callback response to returned token #60

Closed Alexsey closed 4 years ago

Alexsey commented 4 years ago

According to the OAuth 2.0 documentation "state" that may (and should) be provided in code request would be returned in QuickBooks code callback

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.1%) to 87.16% when pulling f64bed1ac256b2122a7fcaae2fd12163f4ec9883 on Alexsey:patch-1 into 5ab8df49e9ec66f5e8f67575f9bcf3824f99459b on intuit:master.

abisalehalliprasan commented 4 years ago

@Alexsey : I agree. will review your PR for the next release. Thanks.

abisalehalliprasan commented 4 years ago

Fixed