Hi folks,<div><br></div><div>While still a horrendous mess, I've begun work adding authentication support, using our nice new lua filter system.</div><div><br></div><div>A sample script looks like this [at the moment]:</div>
<div>   <a href="http://git.zx2c4.com/cgit/tree/filters/simple-authentication.lua?h=jd/authentication">http://git.zx2c4.com/cgit/tree/filters/simple-authentication.lua?h=jd/authentication</a></div><div><br></div><div>The full commit of this attrocity looks like this:</div>
<div>   <a href="http://git.zx2c4.com/cgit/commit/?h=jd/authentication">http://git.zx2c4.com/cgit/commit/?h=jd/authentication</a></div><div><br></div><div>It's far from finished or polished, but I thought I'd give everyone a preview of it. It's running on:</div>
<div>    <a href="http://git.zx2c4.com/glouglou/log">http://git.zx2c4.com/glouglou/log</a></div><div><br></div><div>Currently just enter anything you want as username and password. It will set a cookie. Check out the HTTP headers and response and everything to see what's happening.</div>
<div><br></div><div>Preliminary comments?</div><div><br></div><div>Jason</div>