How can you implement user authentication in Django?
Use the built-in User model
Implement a custom authentication backend
Use the @login_required decorator
All of the above
This question is part of this quiz :