alejandrosobko / twitter-authentication

Twitter Authentication Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authenticate Twitter via passport

About

This is a simple web authentication web application via Twitter OAuth. Please feel free to fork this and build your own application. If you have any questions, please feel free to send me an issue or a pull request.

Demo

Demo


Server

Run on express server

cd server/
nodemon index.js

Go to localhost:4000

Client

cd client/
yarn install
yarn run start

Go to localhost:3000

Instructions

About

Twitter Authentication Tutorial


Languages

Language:JavaScript 87.1%Language:HTML 9.6%Language:CSS 3.3%