Authentication for Node.js App with Angular.js and iOS Clients

前端 未结 3 1120
甜味超标
甜味超标 2020-12-22 23:08

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

3条回答
  •  生来不讨喜
    2020-12-22 23:37

    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!

提交回复
热议问题