mozilla / django-badger

django-badger is a reusable Django app for creating and awarding badges. See also badges.mozilla.org
https://github.com/mozilla/django-badger
BSD 3-Clause "New" or "Revised" License
118 stars 61 forks source link

browserid broken #4

Closed groovecoder closed 12 years ago

groovecoder commented 12 years ago

The BrowserID signin button on the left side of the claim page doesn't work - it gets a CSRF error. The login form is probably missing the csrf token?

lmorchard commented 12 years ago

I think I just fixed this by properly configuring memcache on badg.us. Need to bang around on that some more.

The CSRF token is there, but I think it's getting lost because each server thread had its own locmem caching