simple-authentication.lua gives "Invalid request"
Jeremy Epstein
jazepstein at gmail.com
Sun Sep 21 15:48:29 CEST 2014
Hi,
I'm trying to set up cgit on my server, with password protection
per-repository using the "filters/simple-authentication.lua" script:
https://github.com/zx2c4/cgit/blob/master/filters/simple-authentication.lua
After spending some time installing lua and luacrypto, I'm correctly
getting the "Authentication Required" page when I try to view a
protected repo. However, when I enter a username / password and click
"login", all I get after that is "Invalid request" (as a 404
response).
I have cgit running behind nginx, configured more-or-less per these
instructions:
https://gist.github.com/stran12/1394757
Would be great to get this working. As I'll be using cgit for private
repos (for client projects), the password-protection is a must. I
realise that this feature is new, so I understand if there are still
some hiccups involved.
Cheers,
Jeremy.
More information about the CGit
mailing list