summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorColton Hicks <coltonbhicks@gmail.com>2020-01-31 23:42:24 -0800
committerCarlton Gibson <carlton@noumenal.es>2020-02-26 17:25:20 +0100
commitf283ffaa84ef0a558eb466b8fc3fae7e6fbb547c (patch)
tree5ce717580435c427520bc64b6bcb954ffef63ceb /AUTHORS
parentbc1c03407649a37a8a3c26b8d0cb355ab2fc128e (diff)
Fixed #28699 -- Fixed CSRF validation with remote user middleware.
Ensured process_view() always accesses the CSRF token from the session or cookie, rather than the request, as rotate_token() may have been called by an authentication middleware during the process_request() phase.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index b2ea40e565..afc4ad0306 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -201,6 +201,7 @@ answer newbie questions, and generally made Django that much better:
Colin Wood <cwood06@gmail.com>
Collin Anderson <cmawebsite@gmail.com>
Collin Grady <collin@collingrady.com>
+ Colton Hicks <coltonbhicks@gmail.com>
Craig Blaszczyk <masterjakul@gmail.com>
crankycoder@gmail.com
Curtis Maloney (FunkyBob) <curtis@tinbrain.net>