I’m trying find out where/when exactly request.user becomes an AnonymousUser. I’ve been searching through the entire Auth backend but I can’t seem find it. Am I looking in the wrong place?
I’m aware that every user that isn’t an Authenticated user becomes an AnonymousUser, but I need to know where/when this happens for some code I’m building.
Any help would be appreciated.
contrib\auth\__init__.py:80