Start your All-Access Pass to unlock this challenge
What is the purpose of the UserBadge object in the new security system?
UserBadge
Its job is to find a User object and check if the credentials are valid
User
Its job is to determine whether or not the user exists in the system
Its job is to enable CSRF protection
Its job is to return a User object based on the identifier that it got from the request (usually the email)