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
In order to run laravel. What permissions are required to be on storage and the bootstrap/cache directories?
What is faker in laravel?
How to use laravel framework in php?
Tell me what is database migration? And how to use it to add insert initial data to database?
Is laravel object oriented?
How can we implement a package in laravel?
What do you maen by method spoofing in laravel 5?
What is orm framework?
What is illuminate in laravel?
What does guid stand for?
Is laravel good for api?
How do I make my application serve its content in different languages?
How do I add a 3rd party package to your application like laravel-emoji?
State the difference between get and post method.
Please explain laravel query builder?