OAuth-nodejs is an open source application was built with nodejs, express and mongodb
A complete Node.js registration system and access control using Express, Passport and OAuth(Facebook, Google).
Nodejs with Expressfor backendMongodbfor databaseexpress-handlebarsfor rendering templating viewspassport-facebookfor authenticate with facebook accountpassport-google-oauthfor authenticate with google accountpassport-localfor authenticate with email and passwordbcryptjsfor encrypting stored passwordexpress-sessionfor storing user logging session
Quick start options:
- Download from Github.
- Clone the repo:
git clone https://github.com/HusseinDossoki/OAuth-nodejs.git.
This project was generated with Nodejs version 8.11.3 and npm 5.6.0.
- Install NodeJs from NodeJs Official Page.
- Open Terminal
- Go to your file project
- Run in terminal:
npm install - Run
npm startfor a dev server. Navigate tohttp://localhost:3000/. The app will automatically reload if you change any of the source files.
Social Media:
Linkedin: https://www.linkedin.com/in/husseindossoki/
© Hussein Dossoki, 2017
Licened under the ISC License