Monday, April 2, 2018

Local Authentication Using Node.js

Authentication means validating your credentials like username and password to confirm your identity. The system or application confirms that you are the true user for accessing the private or confidential data. Authorization is a process of verifying that you have access to do something.

source https://www.c-sharpcorner.com/article/passport-for-authentication-nodejs/

No comments:

Post a Comment