Home »
MCQs »
Laravel MCQs
Is authorization and authentication the same thing?
68. Is authorization and authentication the same thing?
- Yes
- No
Answer: B) NO
Explanation:
Authentication entails verifying the authenticity of the user credentials, whereas authorization involves verifying the rights and permissions that an authenticated user has over the resources.