/node-passport-auth

Authentication with Passport.js & Express

Primary LanguageTypeScriptMIT LicenseMIT

Passport.js Authentication w/ Express

Example authentication project with Passport.js

  • Local - w/ { username, password }
  • Bearer - JWT
  • Google - Google OAuth Login

.env

  PORT=
  JWT_TOKEN_SECRET=
  GOOGLE_CLIENT_ID=
  GOOGLE_CLIENT_SECRET=