Class CsrfViewMiddleware

Require a present and correct csrfmiddlewaretoken for POST requests that have a CSRF cookie, and set an outgoing CSRF cookie.

Declaration

class CsrfViewMiddleware(MiddlewareMixin)
source link

Documentation

This middleware should be used in conjunction with the {% csrf_token %}
template tag.

Methods

Inherited methods

Subclasses

Reexports