You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cgit/filters
Jason A. Donenfeld d6e9200cc3 auth: add basic authentication filter framework
This leverages the new lua support. See
filters/simple-authentication.lua for explaination of how this works.
There is also additional documentation in cgitrc.5.txt.

Though this is a cookie-based approach, cgit's caching mechanism is
preserved for authenticated pages.

Very plugable and extendable depending on user needs.

The sample script uses an HMAC-SHA1 based cookie to store the
currently logged in user, with an expiration date.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
11 years ago
..
html-converters filters: toggle perl utf8 situation 11 years ago
about-formatting.sh Fix about-formatting.sh 11 years ago
commit-links.sh commit-links.sh: improve regular expressions 13 years ago
email-gravatar.lua email-gravatar: fix html syntax issues 11 years ago
email-gravatar.py email-gravatar: fix html syntax issues 11 years ago
simple-authentication.lua auth: add basic authentication filter framework 11 years ago
syntax-highlighting.py filters: Improved syntax-highlighting.py 11 years ago
syntax-highlighting.sh filters: highlight.sh: add css comments for highlight 2.6 and 3.8 11 years ago