0 votes
in NodeJS Essentials by
Explain about the Node.Js Authorization?

1 Answer

0 votes
by

Authorization is the process of allowing an authenticated users to access the resources by checking whether the user has access rights to the system. Authorization helps you to control access rights by granting or denying specific permissions to an authenticated user.

For example, students of a particular university are required to authenticate themselves before accessing the student link of the university’s official website. This is called authentication.

On the other hand, Authorization determines exactly what information the students are authorized to access on the university website after successful authentication.

Related questions

0 votes
asked May 31 in NodeJS Essentials by rajeshsharma
0 votes
asked May 31 in NodeJS Essentials by rajeshsharma
...