node-oauth icon indicating copy to clipboard operation
node-oauth copied to clipboard

Request timeout support

Open matuszeman opened this issue 9 years ago • 2 comments

User is able to specify client's requestTimeout option. If set, request.setTimeout() is called on each request OAuth2 lib does. If timeout event is triggered by the socket - Error("E_OAUTH_REQUEST_TIMEOUT") is thrown.

matuszeman avatar Sep 09 '15 15:09 matuszeman

we need this feature to abort long time request, usually more than 30s.

springuper avatar Dec 06 '17 10:12 springuper

  1. You have a conflict that needs to be resolved.
  2. Can you add this to OAuth for services that use OAuth 1.0A?

YodasWs avatar Jun 18 '18 17:06 YodasWs