Difference between Authentication and Authorization ?
Answer Posted / rachana devi
In authentication, the system or the web application identifies its users through the credentials they provide. If it finds that the credentials are valid, they are authenticated, or else they are not.
In authorization, the system or the web application checks if the authenticated users can access the resources that they are trying to access or make a request for. In other words, it checks their rights and permissions over the requested resources. If it finds that they can access the resources, it means that they are authorized.
Thus, authentication involves checking the validity of the user credentials, and authorization involves checking the rights and permissions over the resources that an authenticated user has.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by reverse routing in laravel 5?
What is a Laravel - Ajax ?
What is escape string?
Is laravel a cms?
What is the use of php compact function?
Explain what are laravel facades?
How to use aggregate functions in laravel query?
what is meant by Laravel - Contracts ?
What is routing in laravel 5 and how we can use it?
What is :: in laravel?
How would you add a 3rd party package like sentry?
What are service providers?
What are the validations in laravel?
What is csrf_field () in laravel?
How can we check the laravel current version?