Matt Molyneaux
|
bb6ce72802
|
Make it slightly more obvious what `ANON_ALWAYS` is for (#26)
|
2018-01-17 13:28:26 -05:00 |
Carl Meyer
|
1fa1a42fc1
|
Don't recommend putting important code in manage.py.
|
2012-02-02 16:55:25 -07:00 |
Jody McIntyre
|
d3ec6a87df
|
Add documentation about caches for anonymous CSRF (fixes #2)
|
2012-01-26 12:11:06 -08:00 |
Jody McIntyre
|
04a545be41
|
Add ANON_ALWAYS setting that enables CSRF protection for all anonymous views.
|
2012-01-26 12:05:56 -08:00 |
Jeff Balogh
|
2b32149525
|
adding an @anonymous_csrf_exempt decorator
|
2011-04-26 15:48:36 -07:00 |
Ricky Rosario
|
66ec98b129
|
Updated readme to note that CsrfMiddleware must be listed after AuthenticationMiddleware.
|
2011-04-25 17:09:30 -04:00 |
Jeff Balogh
|
37057931ef
|
support csrf tokens for anonymous users, bump to v0.2
|
2011-04-20 14:18:24 -07:00 |
Jeff Balogh
|
410ebb6ba7
|
csrf protection for django without cookies
|
2011-04-19 11:29:15 -07:00 |