Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ The OAuth2 Nodejs Client library is meant to work with Intuit's [OAuth2.0](https
- [Is Access Token valid](#is-accesstoken-valid)
- [Refresh Access_Token](#refresh-access_token)
- [Refresh Access_Token by passing the refresh_token explicitly](#refresh-access_token_explicitly)
- [Auto Refresh](#auto-refresh)
- [Revoke Access Token](#revoke-access_token)
- [Getter / Setter for Token](#getter-/-setter-for-token )
- [Auth Response](#auth-response)
Expand Down Expand Up @@ -493,7 +492,4 @@ You can refer to our [FAQ](https://github.com/intuit/oauth-jsclient/wiki/FAQ) if

Intuit `oauth-jsclient` is licensed under the [Apache License, Version 2.0](https://github.com/intuit/oauth-jsclient/blob/master/LICENSE)

[ss1]: https://help.developer.intuit.com/s/SDKFeedback?cid=1120



[ss1]: https://help.developer.intuit.com/s/SDKFeedback?cid=1120
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intuit-oauth",
"version": "1.3.0",
"version": "1.4.0",
"description": "Intuit Node.js client for OAuth2.0 and OpenID",
"main": "./src/OAuthClient.js",
"scripts": {
Expand Down
Loading