5 Apr
2013
5 Apr
'13
7:53 a.m.
On 04/04/2013 05:40 PM, David Precious wrote:
On Thu, 04 Apr 2013 17:25:26 +0200 Alex Mestiashvili <alex@biotec.tu-dresden.de> wrote:
Hi All,
I am wondering if something like Apache-AuthCookie[0] is available for Dancer ?
Dancer::Plugin::Auth::Htpasswd and Basic are really cool, but I would like to avoid basic http auth if possible.
Something that presents a login form if the user isn't logged in?
<shameless plug>
https://metacpan.org/module/Dancer::Plugin::Auth::Extensible
</shameless plug>
:)
I actually found it already :) looks very promising. Thank you, Alex