Skip to content

[227] Add support for header authentication

mildis requested to merge mildis/lufi:auth_header into development

Requires GrantAccess MR 1 to be integrated

I've hooked on sub login_page because header auth should be triggered on GET, not on POST.
As username is extracted from request header, dummy values are sent to $c->authenticate() then handled by GrantAccess.

Solve #227

Edited by mildis

Merge request reports