Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.02 KB

Node Authentication

This is a step-by-step tutorial repository which guides about the various type of authentication techniques that can be used in Node.js right from Plain Text Passwords to encryption, hashing, salting and oAuth.

If you would like to download the code and try it for yourself:

Instructions

  1. Clone the repo:

    git clone https://github.com/ishandeveloper/node-authentication.git

  2. Move to desired folder using: cd\[Desired Folder]

  3. Install packages: npm install

    (Important) Repositories beyond Lvl 2. require SECRET encryption key. So make sure to create a .env file with the following format.
     SECRET="YOUR ENCRYPTION KEY STRING"
    
  4. Launch using : npm start

  5. Visit in your browser at: http://localhost:8080

Written with ♥ by ishandeveloper

forthebadge