movwf / node-passport-auth

Authentication with Passport.js & Express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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=

About

Authentication with Passport.js & Express

License:MIT License


Languages

Language:TypeScript 67.2%Language:CSS 14.0%Language:HTML 9.3%Language:JavaScript 9.2%Language:Shell 0.4%