A. By using the @require_authentication decorator
B. By including the auth app in the projects INSTALLED_APPS
C. By checking request.user.is_authenticated in the view
D. By adding a User field in the views parameters
Correct Answer is :
C. By checking request.user.is_authenticated in the view