Where does django get this authenticated user assuming the user is logged in, and the permissions that are cached on user object?
I didn't see where they were achieving this cause out of my head i would be using sessions to store logged in user?
I saw in the source code the permissions were being cached on the user object which also i would have stored in the session?
Enlighten me please.