I\'ve tried to read as many different answers and posts as possible, but I still can\'t quite settle on a solution that fits my needs. I\'m trying to work out the best (most
Have a look to the yeoman generator for angular and node? The generator-angular-fullstack have a very nice structure for user authentification using passport.
You can see an example here :
the code: https://github.com/DaftMonk/fullstack-demo
the result: http://fullstack-demo.herokuapp.com/
Hope it helps!