Q. What is the purpose of `@login_required` decorator?
β
Correct Answer: (B)
Ensures user is authenticated to access a view
Explanation: `@login_required` restricts view access to only authenticated users.