Giter VIP home page Giter VIP logo

angular-login's Introduction

Node.JS User Login Boilerplate

** Work in progress **

This is a boilerplate express and angular application which creates a bare application containing the most common user authentication features. Examples include:

  • sign up with facebook, google or manual
  • email activation of account (manual sign up)
  • remember me
  • forgot password email
  • edit profile

The boilerplate application requires REDIS for sessions and mongoDB for the user information.

Influenced from many different github repo's and online tutorial.

DEPENDENCIES:

Core :

  • Express

User Interface :

  • Angular.js
  • Jade (views / templates)
  • Twitter Boilerplate

Communication / Network :

  • Nodemailer (mail sender)
    • SMTP or AMAZON SES

Log :

  • Winston (logger)
  • Loggly - optional logging to loggly
  • Airbrake (there is an issue with the npm module - need to manually clone from github)

Security :

  • Passport.JS (authentication)
  • Passport.JS local (link between Passport.JS and MongoDB)
  • Passport Google oAuth2
  • Passport Facebook
  • BCrypt (hash password)

Test / Quality :

  • Testacular
  • Mocha (integration/unit tests)
  • should (assertions framework)
  • jscoverage (code coverage)
  • supertest

Database :

  • Redis (Session Store)
  • MongoDB (Datas)
  • Mongoose (ODM)
  • Connect-redis (Redis client)

Utilities :

  • UUID js

angular-login's People

Contributors

btford avatar rorymadden avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.