omniauth/omniauth-oauth2

Provide open_timeout and read_timeout options

sferik opened this issue · 0 comments

The OAuth (1) strategy provides configurable open_timeout and read_timeout options, so I was surprised to discover the that OAuth2 strategy does not provide these same options.

Is there any reason not to add them?