An app that allows logged in users to submit their secrets anonymously. App created using EJS templates, Express.js, MongoDB / Mongoose.
- Secrets stored in environment variables (dotenv);
- Hashing with md5;
- Salting and hashing with bcrypt;
- Adding cookies and sessions using Passport.js;
- Google sign in option (OAuth2.0)