/Sneaky

Don't keep your secrets, share them anonymously

Primary LanguageEJS

Sneaky

This is a Full stack web application that allows users to share their secrets without revealing their identity.

It uses following modules -

  • express-session

an HTTP server-side framework used to create and manage a session middleware.

  • passport

Passport is authentication middleware for Node.js. Extremely flexible and modular, Passport can be unobtrusively dropped in to any Express-based web application. A comprehensive set of strategies support authentication using a username and password, Facebook, Twitter, and more.

  • passport-google-oauth20

This module lets you authenticate using Google in your Node.js applications. By plugging into Passport, Google authentication can be easily and unobtrusively integrated into any application or framework that supports Connect-style middleware, including Express.

  • passport-facebook

This module lets you authenticate using Facebook in your Node.js applications. By plugging into Passport, Facebook authentication can be easily and unobtrusively integrated into any application or framework that supports Connect-style middleware, including Express.