Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.01 KB

README.md

File metadata and controls

38 lines (33 loc) · 1.01 KB

Authentication

Different types of Web Authentication covered in this repository. You just need to backtrack to the commit of that level of Authentication.

Steps to follow :-

🚩 Fork/clone the repo >> Then trace back to the code version using command git checkout <commit Id> >> install the node modules

Commits🌟

Level 1 - Username and Password Only 👇

commit b985599dbbc247025b3543b10a0bc90f16196267

Level 2 - Encryption 👇

commit 729e3fa9b3c8705777963fb7264ffb8f15b792d3

Add Environment Vars 👇

commit b82a3b9add6a1a29b844367477449f75722d14ec

Level 3 - Hashing with md5 👇

commit 3b1d21b54d855c6e0357e400615cb8d66224800c

Level 4 - Hashing and Salting with bcrypt 👇

commit 0c96265bf51230b9d01d0efc05af31c264311f75

Level 5 - Cookies and Sessions 👇

commit f64b654f26445c942c0557f14071439e9da49eb2

Level 6 - Google OAuth 2.0 Authentication 👇

commit 4f61832f1d6e083feff4b4153a1a25921a94a455