Skip to content

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.

Notifications You must be signed in to change notification settings

ishandeveloper/node-authentication

Repository files navigation

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:https://localhost:8080

Written with ♥ by ishandeveloper

forthebadge

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published