From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Wed, 15 Jan 2014 19:29:48 +0100 Subject: authentication support: work has begun! In-Reply-To: <4500221.0uF48Q1BnU@al> References: <14648906.FqII7cU9cN@al> <4500221.0uF48Q1BnU@al> Message-ID: On Wed, Jan 15, 2014 at 7:17 PM, Peter Wu wrote: > Aside from storing passwords in plaintext, I see no other obvious issues. I'm not too keen on this either. Care to submit a patch against jd/authentication that does a crypt() / mkpasswd salted hash situation? Does luacrypto support this? Investigate it? > The current login page is cachable, you should add "Cache-Control: private" to > prevent that. Excellent idea.