skip to Main Content

NextAuth: Authorize calls to the Twitter API using OAuth

I'm having trouble understanding how the Twitter authorization system works. I'm using next-auth to authenticate with Twitter and I get back a response that looks like: account: { provider: 'twitter', type: 'oauth', id: 12345, refreshToken: '12345OdWwHk85yESQCNkRrqkLUIQ78SCKh4Ry', accessToken: '20744357-12345eJhOMjEEuuMARXF6DS7fZKqcyIULw', accessTokenExpires: null…

VIEW QUESTION

Shopify CLI using Typescript

I would like to test out building out a shopify app using Typescript by starting with the shopify-app-cli boilerplate, which uses Koa as a server and Nextjs for the front end react javascript. see https://github.com/Shopify/shopify-app-cli I am having trouble getting…

VIEW QUESTION
Back To Top
Search