class AuthenticationMiddleware
Adds the user
attribute, representing the currently-logged-in user, to every incoming HttpRequest
object. See Authentication in Web requests.
class AuthenticationMiddleware
Adds the user
attribute, representing the currently-logged-in user, to every incoming HttpRequest
object. See Authentication in Web requests.
Please login to continue.