@ -126,7 +126,9 @@ system.
=head1 SYNOPSIS
#!/usr/bin/env plackup -I pl/lib
Use any of Plack launcher. Example:
#!/usr/bin/env plackup
use Lemonldap::NG::Manager;
@ -22,6 +22,17 @@ __END__
Lemonldap::NG::Portal - The authentication portal part of Lemonldap::NG Web-SSO
system.
use Lemonldap::NG::Portal;
# This must be the last instruction ! See PSGI for more
Lemonldap::NG::Portal->run($opts);
=head1 DESCRIPTION
Lemonldap::NG is a modular Web-SSO based on Apache::Session modules. It
@ -200,7 +200,7 @@ Lemonldap::NG::Portal::CDC - Manage SAML Common Domain Cookie
Choose any L<Plack> method. CGI example:
use Lemonldap::NG::Portal::CDC;