angularjs - Any suggestions for what Node.js modules I should use for user log ins? -
i building website mean (mongodb, express, angular, node js) stack. want users able create account on site integrate facebook/twitter accounts. main 2 options considering right passport , express-jwt.
i have been able find examples of integrating passport node/express, no examples of how handle things on front end angular. hard do?
my main concern express-jwt have not found examples of using facebook log ins while there passport-facebook passport. help.
by far best authentication passport. see link
https://github.com/daftmonk/angular-passport if prove of worth you. go through article http://speakingaword.blogspot.in/2013/08/authentication-in-angularjs-nodejs-and.html can productive. hope asking.
Comments
Post a Comment