Class CsrfViewMiddleware
Require a present and correct csrfmiddlewaretoken for POST requests that have a CSRF cookie, and set an outgoing CSRF cookie.
Declaration
source linkDocumentation
This middleware should be used in conjunction with the {% csrf_token %}
template tag.
Methods
▶ def process_view(self, request, callback, callback_args, callback_kwargs) Overrides
This method is overriden in: