| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2014-01-16 | authentication: use hidden form instead of referer | Jason A. Donenfeld | |
| This also gives us some CSRF protection. Note that we make use of the hmac to protect the redirect value. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
| 2014-01-16 | auth: add basic authentication filter framework | Jason A. Donenfeld | |
| This leverages the new lua support. See filters/simple-authentication.lua for explaination of how this works. There is also additional documentation in cg | |||