How to use Twitch with Web3Auth
Web3Auth Team | July 18, 2022
This guide will cover the basics of how to set up your Web3Auth SDK and Twitch Login for custom authentication and provide you the steps on how to develop a basic web application on the Ethereum blockchain.
Live Demo: https://web3auth-core-twitch-demo.vercel.app
Quick Start
npx degit Web3Auth/web3auth-pnp-examples/web-no-modal-sdk/custom-authentication/single-verifier-examples/twitch-no-modal-example w3a-twitch-demo && cd w3a-twitch-demo && npm install && npm run start