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

Clear Token Object on invoking revoke() functionality : Fixed #29

Closed abisalehalliprasan closed 5 years ago

abisalehalliprasan commented 5 years ago

New Release Candidate: 1.4.0 🎉

Problem: The access-tokens are valid post the revoke() functionality.

Solution: Clearing the token object is essential once the revoke() is invoked. A helper method to handle this feature is created : clearToken

Issues:

28 : Fixed