Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 238 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 238 Bytes

Authentication-Security

  • Level 1 - Username and Password Only
  • Level 2 - Encryption
  • Level 3 - Hashing with md5
  • Level 4 - Hashing and Salting with bcrypt
  • Level 5 - Cookies and Sessions
  • Level 6 - Google OAuth 2.0 Authentication