Skip to content

A simple web page to practice different security levels of user authentication

Notifications You must be signed in to change notification settings

facureyes/secrets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secrets 🤐

  • This is a practice project to deal with different levels of Authentication & Security.
  • Each commit will indicate the level of security implemented until that moment.

Authentication & Security Levels

  • Level 1: Register users with email and password.
  • Level 2: Database encryptation.
  • Level 3: Hashing passwords.
  • Level 4: Salting and hashing passwords with bcrypt.
  • Level 5: Using Passport.js to add cookies and sessions.
  • Level 6: OAuth 2.0 & sign in with Google account.

About

A simple web page to practice different security levels of user authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published