Q. Which middleware is essential for authentication to work?
β
Correct Answer: (C)
AuthenticationMiddleware
Explanation: `AuthenticationMiddleware` is required to associate users with requests.