lemonldap-ng/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/AuthBasic.pm

14 lines
324 B
Perl
Raw Normal View History

2017-02-16 12:08:15 +01:00
# LLNG wrapper class to enable AuthBasic handler with auto-protected PSGI
#
# See http://lemonldap-ng.org/documentation/latest/handlerarch
package Lemonldap::NG::Handler::Server::AuthBasic;
use strict;
use base 'Lemonldap::NG::Handler::Lib::AuthBasic',
'Lemonldap::NG::Handler::PSGI::Main';
our $VERSION = '2.0.0';
1;