lemonldap-ng/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/PSGI/AuthBasic.pm
2019-02-12 18:21:38 +01:00

14 lines
323 B
Perl

# LLNG wrapper class to enable AuthBasic handler with auto-protected PSGI
#
# See https://lemonldap-ng.org/documentation/latest/handlerarch
package Lemonldap::NG::Handler::PSGI::AuthBasic;
use strict;
use base 'Lemonldap::NG::Handler::Lib::AuthBasic',
'Lemonldap::NG::Handler::PSGI::Main';
our $VERSION = '2.1.0';
1;