You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to the regular OAuth parameters, Etsy requires the inclusion of an api_key query parameter for all requests. Could the OAuth proxy service be modified to include that parameter to avoid exposure in client-side JavaScript?
The text was updated successfully, but these errors were encountered:
The login request that you're referring to is the one provided by hello.js, correct? I was referring to augmenting the OAuth proxy service to allow the configuration of additional QS parameters... But additional requests from the library don't go through the OAuth proxy service anyway, do they... So nevermind.
al-the-x
added a commit
to al-the-x/hello.js
that referenced
this issue
Jul 3, 2015
Curious if there's interest in a module for Etsy.com's API, which uses OAuth 1.0: https://www.etsy.com/developers/documentation/getting_started/oauth
BONUS FEATURE
In addition to the regular OAuth parameters, Etsy requires the inclusion of an
api_key
query parameter for all requests. Could the OAuth proxy service be modified to include that parameter to avoid exposure in client-side JavaScript?The text was updated successfully, but these errors were encountered: