Friday, 28 April 2017

How to authenticate users using AngularJS, Node.js & Mongodb?

Hi I'm a beginner in the programming world.

I want to build an app which requires user authentication.

User authentication should be done using AngularJS (client) , Node.js (server) & MongoDb i.e the MEAN Stack.

I am developing an app in Ionic Framework. So I need to use 'JWT' (Json Web Token) as there are no cookies in mobile apps, right?

I don't want the actual code but the 'step by step' guide how to authenticate the user.



via Himanshu K

No comments:

Post a Comment