Building OAuth Strategies with passport.js Chapter 7Passport'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