Closed groovecoder closed 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?
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
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?