passport-local-ng-example

###Explanation This is a really simple example of how to use Express, Passport (local), Mongo (Mongoose) and Angular to achieve a single page application that honors authentication.

Please, if you have some improvements for this repo, whether code fixes or more resources, submit a pull request.

###Considerations

  1. You would absolutely want to encrypt password fields. Check out bcrypt for hashing passwords
  2. Check out other resources like those below, to learn more.