about summary refs log tree commit
path: root/filters/simple-authentication.lua
DateCommit message (Expand)
2019-01-03filters: migrate from luacrypto to luaossl
2018-07-15auth-filters: use crypt() in simple-authentication
2018-07-15auth-filters: generate secret securely
2018-07-14auth-filters: do not use HMAC-SHA1
2015-03-05simple-authentication.lua: tie secure cookies to field names
2014-01-23simple-authentication: style
2014-01-17auth: document tweakables in lua script
2014-01-16auth: have cgit calculate login address
2014-01-16auth: lua string comparisons are time invariant
2014-01-16authentication: use hidden form instead of referer
2014-01-16auth: add basic authentication filter framework