this-might-be-offensive
this-might-be-offensive copied to clipboard
cookiehash should include password
if a user changes their password it should invalidate all issued login cookies.
this should be staged—for a few months if a user comes around with an old style cookie it should be accepted and silently updated to the new format. then we pull the plug on the old style.
this depends on Issue #11, as the password hashes use sha1 and the less we leak hashes that are relatively easy to compute the better.