Skip to content

Instantly share code, notes, and snippets.

@gkoberger
Created October 22, 2011 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gkoberger/1306451 to your computer and use it in GitHub Desktop.
Save gkoberger/1306451 to your computer and use it in GitHub Desktop.
How to use anon csrf
from session_csrf import anonymous_csrf
urlpatterns = patterns('',
(r'^login$', anonymous_csrf(login)),
)
@cvan
Copy link

cvan commented Oct 22, 2011

:)

@gkoberger
Copy link
Author

I'm providing playdoh support; don't judge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment