oauth2-etsy
There are 2 repositories under oauth2-etsy topic.
turboturtleD/etsy-v3-oauth2-nodeJS
This repository is for authentication and requests to the Etsy v3 API using Express and NodeJS. It contains a simple set of tools to obtain and refresh oAuth2 access tokens, as well as submit endpoint requests using the operator IDs provided for the API by leveraging the openapi.js file provided by Etsy.
cmd-not-found/etsy-oauthapi-node
Simple bare bones Node.js app for Etsy's new v3 OAuth 2.0 API. It only requires an Etsy Oauth API keystring and will provide the structure needed to complete the Oauth flow and retrieve the access token & refresh token.