Secrets app developed as a way to practice Authentication & Security practices.
This web app has been deployed on Heroku. https://secrets-beth.herokuapp.com/
Used Mongoose-Encrypt -> upgrade to Hashing -> upgrade to Salting & Hashing passwords using bcrypt -> upgrade to Passport.js -> convert to use OAuth
OAuth has been added so that user can login via their Google or Facebook accounts.
Used MongoDB, EJS, Express, Passport, and many other npm packages.
Upon cloning, you will need to run npm i to install all npm packages required to run this web application.