Project Setup: Part One

Understand the project's dependencies and files before beginning to work with Passport.js.

Task 1: Install dependencies

  1. Navigate to the project folder.

  2. Install the following dependencies:

    • bcrypt
    • express
    • jsonwebtoken
    • passport
    • passport-jwt
    • dotenv

Get hands-on with 1200+ tech skills courses.