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

Search results for "OAuth2"

Net::OAuth2 - OAuth 2.0 implementation River stage one • 5 direct dependents • 8 total dependents

OAuth version 2.0 is a follow-up on OAuth 1.0, which is not supported by this module. The specification for version 2.0 can be found in . RFC6749, Authorization framework: <http://tools.ietf.org/html/rfc6749> . RFC6750, Bearer token usage: <http://to...

UHLE/Net-OAuth2-0.67 - 27 Sep 2021 21:22:55 UTC - Search in distribution

OAuth2::Box - Authorize with Box.com River stage one • 1 direct dependent • 1 total dependent

RENEEB/OAuth2-Box-0.03 - 15 Sep 2013 11:56:46 UTC - Search in distribution

CatalystX::OAuth2 - OAuth2 services for Catalyst River stage zero No dependents

This module implements the authorization grant subset of the oauth 2 ietf spec draft <http://tools.ietf.org/html/draft-ietf-oauth-v2-23>. Action roles containing an implementation of each required endpoint in the specification are provided and should...

JJNAPIORK/CatalystX-OAuth2-0.001009 - 13 Dec 2017 01:31:55 UTC - Search in distribution

lib/GunMojo/OAuth2.pm River stage zero No dependents

BPORTER/GunMojo-0.01 - 17 Dec 2012 07:45:35 UTC - Search in distribution

RT::Authen::OAuth2 - External authentication for OAuth 2 sources, like Google, Twitter, GitHub, etc. River stage zero No dependents

External authentication for OAuth2 sources....

BPS/RT-Authen-OAuth2-0.11 - 21 Mar 2019 12:57:40 UTC - Search in distribution

LWP::Authen::OAuth2 - Make requests to OAuth2 APIs. River stage one • 4 direct dependents • 4 total dependents

DOMM/LWP-Authen-OAuth2-0.20 - 16 Jan 2023 16:30:20 UTC - Search in distribution

Net::OAuth2::Scheme - Token scheme definition framework for OAuth 2.0 River stage zero No dependents

A token scheme is a set of specifications for some or all of the following * token transport method (http headers vs. body or URI parameters) * token format/encoding (handle vs. assertion vs. something else) including specification of how much of the...

WROG/Net-OAuth2-Scheme-0.03 - 12 Jan 2012 00:53:44 UTC - Search in distribution

OAuth2::Google::Plus River stage zero No dependents

This is an implementation of the google OAuth2 API. It's a rather specific implementation of this specific OAuth2 provider. Small implementation details differ per provider, this module attempts to abstract and document the Google version....

MVHENTEN/OAuth2-Google-Plus-0.03 - 14 Apr 2014 12:07:06 UTC - Search in distribution

Net::Facebook::Oauth2 - a simple Perl wrapper around Facebook OAuth 2.0 protocol River stage one • 1 direct dependent • 1 total dependent

Net::Facebook::Oauth2 gives you a way to simply access FaceBook Oauth 2.0 protocol. The example folder contains some snippets you can look at, or for more information just keep reading :)...

MAMOD/Net-Facebook-Oauth2-0.12 - 02 Feb 2020 21:40:22 UTC - Search in distribution

Net::Linkedin::OAuth2 - An easy way to authenticate users via LinkedIn. River stage zero No dependents

AKS/Net-Linkedin-OAuth2-0.32 - 04 Nov 2015 21:54:11 UTC - Search in distribution

CatalystX::OAuth2::Provider River stage zero No dependents

CatalystX::OAuth2::Provider is an application class provides a OAuth2 Provider in only your Catalyst application configuration....

ZDK/CatalystX-OAuth2-Provider-0.0005 - 27 May 2011 05:25:23 UTC - Search in distribution

Google::API::OAuth2::Client - A simple client for OAuth2 River stage zero No dependents

Google::API::OAuth2::Client is a simple client for OAuth2. This module generates an URL for authorization, calls token URI with authorized code and refresh access token....

SHIGETA/Google-API-Client-0.15 - 08 Nov 2021 15:35:16 UTC - Search in distribution

Mojolicious::Plugin::OAuth2 - Auth against OAuth2 APIs including OpenID Connect River stage one • 3 direct dependents • 3 total dependents

This Mojolicious plugin allows you to easily authenticate against a OAuth2 <http://oauth.net> or OpenID Connect <https://openid.net/connect/> provider. It includes configurations for a few popular providers, but you can add your own as well. See "reg...

JHTHORSEN/Mojolicious-Plugin-OAuth2-2.02 - 08 Feb 2022 09:50:33 UTC - Search in distribution

Net::OAuth2::Moosey::Client - OAuth 2.0 client for perl River stage one • 1 direct dependent • 1 total dependent

This is a perl implementation of the OAuth 2.0 protocol. It is based on (forked from), and very similar in functionality to Keith Grennan's Net::OAuth2 module. The major differences to the original Net::OAuth2 module are: * Converted to use Moose * N...

RCL/Net-OAuth2-Moosey-Client-0.02 - 04 Nov 2011 10:25:04 UTC - Search in distribution

Yancy::Plugin::Auth::OAuth2 - Authenticate using an OAuth2 provider River stage one • 3 direct dependents • 3 total dependents

This module allows authenticating using a standard OAuth2 provider by implementing the OAuth2 specification <https://tools.ietf.org/html/rfc6749>. OAuth2 provides no mechanism for transmitting any information about the user in question, so this auth ...

PREACTION/Yancy-1.088 - 19 Dec 2021 02:26:57 UTC - Search in distribution

Google::OAuth2::Client::Simple - Client for Google OAuth2. River stage zero No dependents

A client library that talks to Googles OAuth 2.0 API, found at: https://developers.google.com/identity/protocols/OAuth2WebServer Provides methods to cover the whole OAuth flow to get an access token and connect to the Google API. To get credentials, ...

ZIALI/Google-OAuth2-Client-Simple-0.004 - 13 Mar 2016 09:15:48 UTC - Search in distribution

Net::Google::Analytics::OAuth2 - OAuth2 for Google Analytics API River stage one • 1 direct dependent • 1 total dependent

OAuth2 class for Net::Google::Analytics web service....

NWELLNHOF/Net-Google-Analytics-3.05 - 21 Mar 2016 12:14:38 UTC - Search in distribution

Dancer2::Plugin::OAuth2::Server - Easier implementation of an OAuth2 Authorization Server / Resource Server with Dancer2 Port of Mojolicious implementation : https://github.com/Humanstate/mojolicious-plugin-oauth2-server River stage zero No dependents

Dancer2::Plugin::OAuth2::Server is a port of Mojolicious plugin for OAuth2 server With this plugin, you can implement an OAuth2 Authorization server and Resource server without too much hassle. The Basic flows are implemented, authorization code, acc...

PVIGIER/Dancer2-Plugin-OAuth2-Server-0.11 - 18 Sep 2023 06:01:19 UTC - Search in distribution

Plack::Middleware::Auth::OAuth2 - Plack OAuth2 middleware. River stage zero No dependents

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

Mojolicious::Plugin::OAuth2::Che - forked from marcusramberg/Mojolicious-Plugin-OAuth2 version 1.53. No logic changes. Code text changes only for processing any response tx of API. River stage zero No dependents

MCHE/Mojolicious-Plugin-OAuth2-Che-1.539 - 25 Jul 2016 05:42:33 UTC - Search in distribution
126 results (0.071 seconds)