Simple class that stores security context information in the web request.
Projects should subclass this class if they wish to enhance the request context or provide additional information in their specific WSGI pipeline.
Bases: object
Stores information about the security context under which the user accesses the system, as well as additional request information.