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

14 lines
310 B
Perl

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