Full-Stack Web Development with Vue.js and Node

(singke) #1
Building OAuth Strategies with passport.js Chapter 7

Passport's Twitter Strategy


The next strategy is Passport's Twitter Strategy. Let's start with the installation of this


strategy.


Installing Passport's Twitter Strategy


Run the following command to install the Twitter Strategy:


$ npm install passport-twitter --save
Free download pdf