Search results for "plack auth"
Plack::Auth::SSO - role for Single Sign On (SSO) authentication
This is a Moo::Role for all Single Sign On Authentication packages. It requires "to_app" method, that returns a valid Plack application An implementation is expected is to do all communication with the external SSO application (e.g. CAS). When it suc...
NJFRANCK/Plack-Auth-SSO-0.0137 - 13 Nov 2019 08:29:26 UTC - Search in distribution- Plack::Auth::SSO::CAS - implementation of Plack::Auth::SSO for CAS
- Plack::Auth::SSO::ORCID - implementation of Plack::Auth::SSO for ORCID
- Plack::Auth::SSO::Shibboleth - implementation of Plack::Auth::SSO for Shibboleth
- 3 more results from Plack-Auth-SSO »
Plack::Auth::SSO::OIDC - implementation of OpenID Connect for Plack::Auth::SSO
This is an implementation of Plack::Auth::SSO to authenticate against a openid connect server. It inherits all configuration options from its parent....
NJFRANCK/Plack-Auth-SSO-OIDC-0.013 - 18 Feb 2022 08:51:17 UTC - Search in distribution
Plack::Middleware::Auth::JWT - Token-based Auth (aka Bearer Token) using JSON Web Tokens (JWT)
"Plack::Middleware::Auth::JWT" helps you to use JSON Web Tokens <https://en.wikipedia.org/wiki/JSON_Web_Token> (or JWT) for authentificating HTTP requests. Tokens can be provided in the "Authorization" HTTP Header, or as a query parameter (though pas...
DOMM/Plack-Middleware-Auth-JWT-0.907 - 04 Apr 2023 14:18:05 UTC - Search in distribution
Plack::Middleware::Auth::FCGI - authentication middleware that query remote FastCGI server
Plack::Middleware::Auth::FCGI permits to protect an application by querying a remote FastCGI server *(like Nginx auth_request)*. It can be used with Lemonldap::NG <https://lemonldap-ng.org> in a SSO-as-a-Service (SSOaaS) <https://lemonldap-ng.org/doc...
GUIMARD/Plack-Middleware-Auth-FCGI-0.02 - 31 May 2018 20:55:58 UTC - Search in distribution
Plack::Middleware::Auth::Form
/login a page with a login form /logout logouts the user (only on a POST) and redirects him to "after_logout" or "/". After a succesful login the user is redirected back to url identified by the "redir_to" session parameter. You can set it using the ...
ZBY/Plack-Middleware-Auth-Form-0.012 - 30 Jan 2014 13:36:44 UTC - Search in distribution
Plack::Middleware::Auth::Basic - Simple basic authentication middleware
Plack::Middleware::Auth::Basic is a basic authentication handler for Plack....
MIYAGAWA/Plack-1.0050 - 05 Sep 2022 15:48:11 UTC - Search in distribution- plackup - Run PSGI application with Plack handlers
- Plack::Handler::FCGI - FastCGI handler for Plack
Plack::Middleware::Auth::OAuth - OAuth signature validation middleware
Plack::Middleware::Auth::OAuth is OAuth signature validation handler for Plack....
SONGMU/Plack-Middleware-Auth-OAuth-0.06 - 07 Mar 2013 11:04:59 UTC - Search in distribution
Plack::Middleware::Auth::WebID - authentication middleware for WebID
Plack::Middleware::Auth::WebID is a WebID handler for Plack. If authentication is successful, then the handler sets "$env->{WEBID}" to the user's WebID URI, and sets "$env->{WEBID_OBJECT}" to a Web::ID object....
TOBYINK/Web-ID-1.927 - 10 May 2014 18:50:47 UTC - Search in distribution- Web::ID - implementation of WebID (a.k.a. FOAF+SSL)
- Web::ID::FAQ - frequently asked questions about WebID
Plack::Middleware::Auth::Digest - Digest authentication
Plack::Middleware::Auth::Digest is a Plack middleware component that enables Digest authentication. Your "authenticator" callback is called using two parameters: a username as a string and the PSGI $env hash. Your callback should return a password, e...
MIYAGAWA/Plack-Middleware-Auth-Digest-0.05 - 31 Mar 2015 23:13:40 UTC - Search in distribution
Plack::Middleware::Auth::OAuth2 - Plack OAuth2 middleware.
This middleware provides OAuth2 authentication for web application. Uses LWP::Authen::OAuth2 for implementation. Prerequisity is use of Plack session management and result is saved to session....
SKIM/Plack-Middleware-Auth-OAuth2-0.01 - 12 Sep 2022 21:26:28 UTC - Search in distribution
Plack::Middleware::Auth::Bitcard - Bitcard authentication for Plack, which I suppose is what you might have guessed from the name
This module provides Plack middleware for Bitcard authentication. What is Bitcard? It's a trusted third-party authentication system. Like OpenID but centralised, somewhat outdated, and pretty obscure. So why use it? You probably shouldn't. An excepti...
TOBYINK/Plack-Middleware-Auth-Bitcard-0.002 - 10 Sep 2014 23:10:17 UTC - Search in distribution
Plack::Middleware::Auth::Complex - Feature-rich authentication system
AuthComplex is an authentication system for Plack applications that allows user registration, password changing and password reset. AuthComplex sets REMOTE_USER if the request includes correct basic authentication and intercepts POST requests to some...
MGV/Plack-Middleware-Auth-Complex-0.003001 - 18 Jul 2017 07:20:59 UTC - Search in distribution- authcomplex-passwd - change user password
Plack::Middleware::Auth::Htpasswd - http basic authentication through apache-style .htpasswd files
This middleware enables HTTP Basic authenication, based on the users in an Apache-style htpasswd file <http://httpd.apache.org/docs/2.0/programs/htpasswd.html>. You can either specify the file directly, through the "file" option, or use the "file_roo...
DOY/Plack-Middleware-Auth-Htpasswd-0.02 - 18 Sep 2010 20:34:57 UTC - Search in distribution
Plack::Middleware::Auth::BrowserID - Plack Middleware to integrate with Mozilla Persona (Auth by email)
Mozilla Persona is a secure solutions, to identify users based on email address. "Simple, privacy-sensitive single sign-in: let your users sign into your website with their email address, and free yourself from password management." Some Javascript c...
BOLILA/Plack-Middleware-Auth-BrowserID-0.0.7 - 19 Nov 2013 07:57:40 UTC - Search in distribution
Plack::Middleware::Auth::Negotiate - Negotiate authentication middleware (SPNEGO)
Plack::Middleware::Auth::Negotiate provides Negotiate (SPNEGO) authentication for your Plack application (for use with Kerberos). This is a very alpha module, and I am still testing some of the security corner cases. Help wanted....
IOANR/Plack-Middleware-Auth-Negotiate-0.172130 - 01 Aug 2017 21:37:02 UTC - Search in distribution
Plack::Middleware::Auth::LemonldapNG - authentication middleware for Lemonldap-NG
Lemonldap::NG is a modular Web-SSO based on Apache::Session modules. It simplifies the build of a protected area with a few changes in the application. It manages both authentication and authorization and provides headers for accounting. So you can h...
COUDOT/Lemonldap-NG-Handler-2.17.0 - 30 Aug 2023 16:24:18 UTC - Search in distribution- Lemonldap::NG::Handler::PSGI - Base library for protected PSGI applications.
- Lemonldap::NG::Handler::PSGI::Router - Base library for protected REST APIs of Lemonldap::NG.
Plack::Middleware::Auth::AccessToken - Secret access token (aka OAuth Bearer) authentification
Plack::Middleware::Auth::AccessToken is authentification handler for Plack that uses a secret access token. Access tokens are also known as OAuth Bearer tokens. Tokens can be provided both in a HTTP request header or as query parameter: https://examp...
VOJ/Plack-Middleware-Auth-AccessToken-0.11 - 18 Jun 2013 07:20:58 UTC - Search in distribution
Plack::Middleware::Auth::QueryString - simple query string authentication
Plack::Middleware::Auth::QueryString is query string authentication handler for Plack...
SONGMU/Plack-Middleware-Auth-QueryString-0.02 - 30 Oct 2012 02:47:51 UTC - Search in distribution
Plack::Middleware::Auth::OIDC::ProtectedResource - middleware for OpenID Connect Protected Resource endpoint
middleware for OpenID Connect Protected Resource endpoint...
RITOU/OIDC-Lite-0.10 - 05 Jun 2015 07:03:45 UTC - Search in distribution
Plack::Middleware::Auth::OAuth2::ProtectedResource - middleware for OAuth 2.0 Protected Resource endpoint
middleware for OAuth 2.0 Protected Resource endpoint...
RITOU/OAuth-Lite2-0.11 - 18 Aug 2016 14:26:42 UTC - Search in distribution- OAuth::Lite2 - OAuth 2.0 Library
- OAuth::Lite2::Server::DataHandler - Base class that specifies interface for data handler for your service.