The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Dancer2::Plugin::Auth::"

Dancer2::Plugin::Auth::CAS - CAS sso authentication for Dancer2 River stage zero No dependents

Cancer::Plugin::Auth::CAS provides single-sign-on (sso) authentication via JASIGs Central Authentication Service (CAS). See <http://www.jasig.org/cas>...

JSTEBENS/Dancer2-Plugin-Auth-CAS-2.000 - 08 Mar 2017 12:58:40 UTC

Dancer2::Plugin::Auth::Tiny - Require logged-in user for specified routes River stage zero No dependents

This Dancer2 plugin provides an extremely simple way of requiring that a user be logged in before allowing access to certain routes. It is not "Tiny" in the usual CPAN sense, but it is "Tiny" with respect to Dancer2 authentication plugins. It provide...

XSAWYERX/Dancer2-Plugin-Auth-Tiny-0.008 - 23 Jan 2016 17:21:08 UTC

Dancer2::Plugin::Auth::SAFE - Thomson Reuters SAFE SSO authentication plugin for Dancer2 River stage zero No dependents

With this plugin you can easily integrate Thomson Reuters SAFE SSO authentication into your application....

KVENTIN/Dancer2-Plugin-Auth-SAFE-0.002 - 29 Nov 2016 15:14:58 UTC

Dancer2::Plugin::Auth::OAuth - OAuth for your Dancer2 app River stage zero No dependents

Dancer2::Plugin::Auth::OAuth is a Dancer2 plugin which tries to make OAuth authentication easy. The module is highly influenced by Plack::Middleware::OAuth and Dancer 1 OAuth modules, but unlike the Dancer 1 versions, this plugin only needs configura...

BIAFRA/Dancer2-Plugin-Auth-OAuth-0.20 - 08 Jul 2022 15:29:31 UTC

Dancer2::Plugin::Auth::YARBAC - Yet Another Role Based Access Control Framework River stage zero No dependents

YARBAC is a role based user authentication and authorisation framework for Dancer2 apps. Designed with security and a medium to large user base in mind. This framework was heavily inspired by the excellent Dancer::Plugin::Auth::Extensible framework w...

AVERNA/Dancer2-Plugin-Auth-YARBAC-0.011 - 14 Nov 2015 03:43:33 UTC

Dancer2::Plugin::Auth::Extensible - extensible authentication framework for Dancer2 apps River stage two • 12 direct dependents • 12 total dependents

A user authentication and authorisation framework plugin for Dancer2 apps. Makes it easy to require a user to be logged in to access certain routes, provides role-based access control, and supports various authentication methods/sources (config file,...

ABEVERLEY/Dancer2-Plugin-Auth-Extensible-0.710 - 15 May 2021 07:10:04 UTC

Dancer2::Plugin::Auth::ActiveDirectory - Dancer2 plugin for MS ActiveDirectory River stage zero No dependents

MZIESCHA/Dancer2-Plugin-Auth-ActiveDirectory-0.03 - 30 Dec 2016 06:35:04 UTC

Dancer2::Plugin::Auth::Extensible::Test - test suite for Auth::Extensible plugin River stage two • 12 direct dependents • 12 total dependents

Test suite for Dancer2::Plugin::Auth::Extensible which can also be used by external providers. If you have written your own provider then you really want to use this since it should make sure your provider conforms as Dancer2::Plugin::Auth::Extensibl...

ABEVERLEY/Dancer2-Plugin-Auth-Extensible-0.710 - 15 May 2021 07:10:04 UTC

Dancer2::Plugin::HTTP::Auth::Extensible - extensible authentication framework for Dancer2 apps River stage zero No dependents

A user authentication and authorisation framework plugin for Dancer2 apps. Makes it easy to require a user to be logged in to access certain routes, provides role-based access control, and supports various authentication methods/sources (config file,...

VANHOESEL/Dancer2-Plugin-HTTP-Auth-Extensible-0.121 - 20 Jan 2016 21:26:28 UTC

Dancer2::Plugin::Auth::Extensible::Rights - A rights mapper for Dancer2::Plugin::Auth::Extensible roles. River stage zero No dependents

This plugin can be used on top of Dancer2::Plugin::Auth::Extensible to define fine-grained rights for each role. Each right has a list of roles that have this right. You can also define that a user has to have all listed roles to gain that right. Thi...

DSONNTAG/Dancer2-Plugin-Auth-Extensible-Rights-0.01 - 02 Jan 2017 07:55:29 UTC

lib/Dancer2/Plugin/Auth/OAuth/Provider.pm River stage zero No dependents

BIAFRA/Dancer2-Plugin-Auth-OAuth-0.20 - 08 Jul 2022 15:29:31 UTC

Dancer2::Plugin::Auth::HTTP::Basic::DWIW - HTTP Basic authentication plugin for Dancer2 that does what I want. River stage zero No dependents

This plugin gives you the option to use HTTP Basic authentication with Dancer2. You can set a handler to check the supplied credentials. If you don't set a handler, every username/password combination will work....

LITTLEFOX/Dancer2-Plugin-Auth-HTTP-Basic-DWIW-0.0901 - 22 Oct 2023 17:13:31 UTC

Dancer2::Plugin::Auth::Extensible::Test::App - Dancer2 app for testing providers River stage two • 12 direct dependents • 12 total dependents

ABEVERLEY/Dancer2-Plugin-Auth-Extensible-0.710 - 15 May 2021 07:10:04 UTC

Dancer2::Plugin::Auth::YARBAC::Provider::Base - Yet Another Role Based Access Control Framework River stage zero No dependents

This module is the base provier for the YARBAC framework. See Dancer2::Plugin::Auth::YARBAC....

AVERNA/Dancer2-Plugin-Auth-YARBAC-0.011 - 14 Nov 2015 03:43:33 UTC

Dancer2::Plugin::Auth::OAuth::Provider::AzureAD - Provider for Microsoft/AzureAD River stage zero No dependents

Generic provider for Microsoft OAuth2. Note that you will undoubtably need to change some or all of the options above. After login, the following session key will have contents: "{oauth}{azuread}" The token will probably be in "{id_token}" When log i...

BIAFRA/Dancer2-Plugin-Auth-OAuth-0.20 - 08 Jul 2022 15:29:31 UTC

Dancer2::Plugin::Auth::Extensible::Provider::Unix - authenticate *nix system accounts River stage two • 12 direct dependents • 12 total dependents

An authentication provider for Dancer2::Plugin::Auth::Extensible which authenticates Linux/Unix system accounts. Uses "getpwnam" and "getgrent" to read user and group details, and Authen::Simple::PAM to perform authentication via PAM. Unix group memb...

ABEVERLEY/Dancer2-Plugin-Auth-Extensible-0.710 - 15 May 2021 07:10:04 UTC

Dancer2::Plugin::Auth::Extensible::Role::Provider - base role for authentication providers River stage two • 12 direct dependents • 12 total dependents

Base Moo::Role for authentication providers. Also provides secure password matching which automatically handles crypted passwords via Crypt::SaltedHash....

ABEVERLEY/Dancer2-Plugin-Auth-Extensible-0.710 - 15 May 2021 07:10:04 UTC

Dancer2::Plugin::Auth::Extensible::Provider::DBIC - authenticate via the Dancer2::Plugin::DBIC plugin River stage one • 1 direct dependent • 1 total dependent

This class is an authentication provider designed to authenticate users against a database, using Dancer2::Plugin::DBIC to access a database. See Dancer2::Plugin::DBIC for how to configure a database connection appropriately; see the "CONFIGURATION" ...

ABEVERLEY/Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.624 - 26 Aug 2019 10:14:21 UTC

Dancer2::Plugin::Auth::Extensible::Provider::LDAP - LDAP authentication provider for Dancer2::Plugin::Auth::Extensible River stage zero No dependents

This class is a generic LDAP authentication provider. See Dancer2::Plugin::Auth::Extensible for details on how to use the authentication framework....

SYSPETE/Dancer2-Plugin-Auth-Extensible-Provider-LDAP-0.706 - 27 Oct 2022 10:15:51 UTC

Dancer2::Plugin::Auth::Extensible::Provider::IMAP - IMAP authentication provider for Dancer2::Plugin::Auth::Extensible River stage zero No dependents

This class is a generic IMAP authentication provider. See Dancer2::Plugin::Auth::Extensible for details on how to use the authentication framework....

SYSPETE/Dancer2-Plugin-Auth-Extensible-Provider-IMAP-0.003 - 04 Nov 2016 13:27:53 UTC
48 results (0.06 seconds)