[Catalyst] Catalyst with HTTP authentication

Robert Rothenberg robrwo at gmail.com
Tue Mar 12 16:10:13 GMT 2013


On 12/03/13 15:36 Tomas Doran wrote:
> 
> On 12 Mar 2013, at 13:20, Robert Rothenberg <robrwo at gmail.com> wrote:
> 
>> On 11/03/13 15:37 Lukas Thiemeier wrote:
>>
>>> I am using Catalyst::Authentication::Credential::Remote in a current
>>> project. It lets the webserver do all the authentication. You can use
>>> any authentication method and storage which is supported by your
>>> webserver, including htpasswd files.
>>
>> How do you pass the remote user in a reverse proxy?
>>
>>
> 
> It's just http headers, it'll just transparently pass through the proxy.
> 
> (Unless you mean you want to do the authentication on the proxy, rather than the app servers).

I want to do the latter.



More information about the Catalyst mailing list