Skip to content

Exercise in authentication and security included in The Complete Web Development Bootcamp 2021 with Angela Yu

Notifications You must be signed in to change notification settings

elinordin/secrets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication and Security Exercise


Exercise included in The Complete Web Development Bootcamp 2021 with Angela Yu

📜 Description:

Build a page where the user can log in to see secrets that otherwise would not be accessible, and commit anonymous secrets to that page.

🏁 Goals:

Get a deeper understanding of Node, Express and MongoDB, get to know different levels of security.

✔️ What I did:

  • Set up the database
  • Backend using Node.js and Express
  • Check my solution to Angela's way of solving it and iteration on my code

📕 Learnings:

  • How to increase security - from encrypting, .env, hashing and salt rounds to oauth
  • Very briefly how to use cookies to allow the user to stay signed in
  • Deeper knowledge of Node.js, Express and MongoDB

💻 Tech used in this specific repository:

About

Exercise in authentication and security included in The Complete Web Development Bootcamp 2021 with Angela Yu

Topics

Resources

Stars

Watchers

Forks