belanasaikiran / NodeAuthentication-Security

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeAuthentication-Security

Level 4 - Salting and Hashing Passwords with bcrypt

npm i bcrypt

Level 5- Using passport.js to add Cookies & Sessions

Requirements

  1. passport
  2. passport-local
  3. passport-local-mongoose
  4. Express-Session

packages:

```
npm i passport passport-local passport-local-mongoose express-session
```

About

License:MIT License


Languages

Language:JavaScript 50.0%Language:EJS 48.1%Language:CSS 1.9%