OAuth-Lite2 0.01_07 Deleted
Kwalitee Issues
No Core Issues.
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
Modules
Name | Abstract | Version | View |
---|---|---|---|
OAuth::Lite2 | OAuth 2.0 Library | 0.01_07 | metacpan |
OAuth::Lite2::Agent | metacpan | ||
OAuth::Lite2::Agent::Dump | metacpan | ||
OAuth::Lite2::Agent::PSGIMock | Agent class for test which use PSGI App | metacpan | |
OAuth::Lite2::Agent::Strict | metacpan | ||
OAuth::Lite2::Client::Error | OAuth 2.0 client error | metacpan | |
OAuth::Lite2::Client::Token | Class represents access-token response | metacpan | |
OAuth::Lite2::Client::TokenResponseParser | metacpan | ||
OAuth::Lite2::Client::UsernameAndPassword | OAuth 2.0 Username And Password Profile Client | metacpan | |
OAuth::Lite2::Client::WebServer | OAuth 2.0 Web Server Profile Client | metacpan | |
OAuth::Lite2::Formatter | OAuth 2.0 formatter base class | metacpan | |
OAuth::Lite2::Formatter::FormURLEncoded | OAuth 2.0 form-urlencoded formatters store | metacpan | |
OAuth::Lite2::Formatter::JSON | OAuth 2.0 JSON formatters store | metacpan | |
OAuth::Lite2::Formatter::Text | OAuth 2.0 text/plain formatters store | metacpan | |
OAuth::Lite2::Formatter::XML | OAuth 2.0 XML formatters store | metacpan | |
OAuth::Lite2::Formatters | OAuth 2.0 formatters store | metacpan | |
OAuth::Lite2::Model::AccessToken | model class that represents access token | metacpan | |
OAuth::Lite2::Model::AuthInfo | model class that represents authorization info. | metacpan | |
OAuth::Lite2::ParamMethod | base class of builder/parser for OAuth 2.0 parameters | metacpan | |
OAuth::Lite2::ParamMethod::AuthHeader | builder/parser for OAuth 2.0 AuthHeader type of parameter | metacpan | |
OAuth::Lite2::ParamMethod::FormEncodedBody | builder/parser for OAuth 2.0 FormEncodedBody type of parameter | metacpan | |
OAuth::Lite2::ParamMethod::URIQueryParameter | builder/parser for OAuth 2.0 uri-query type of parameter | metacpan | |
OAuth::Lite2::ParamMethods | store of builders/parsers for OAuth 2.0 parameters | metacpan | |
OAuth::Lite2::Server::Context | request context object. | metacpan | |
OAuth::Lite2::Server::DataHandler | Base class that specifies interface for data handler for your service. | metacpan | |
OAuth::Lite2::Server::Endpoint::Token | token endpoint PSGI application | metacpan | |
OAuth::Lite2::Server::Error | OAuth 2.0 server errors | metacpan | |
OAuth::Lite2::Server::GrantHandler | base class of each grant_type handler | metacpan | |
OAuth::Lite2::Server::GrantHandler::AuthorizationCode | handler for 'authorization-code' grant_type request | metacpan | |
OAuth::Lite2::Server::GrantHandler::Password | handler for 'password' grant_type request | metacpan | |
OAuth::Lite2::Server::GrantHandler::RefreshToken | handler for 'refresh-token' grant_type request | metacpan | |
OAuth::Lite2::Server::GrantHandlers | store of handlers for each grant_type. | metacpan | |
OAuth::Lite2::Signer | OAuth 2.0 signature (DEPRECATED) | metacpan | |
OAuth::Lite2::Signer::Algorithm | signature algorithm base class. | metacpan | |
OAuth::Lite2::Signer::Algorithm::HMAC_SHA1 | hmac-sha1 signature algorithm class | metacpan | |
OAuth::Lite2::Signer::Algorithm::HMAC_SHA256 | hmac-sha256 signature algorithm class | metacpan | |
OAuth::Lite2::Signer::Algorithms | signature algorithms | metacpan | |
OAuth::Lite2::Util | utility methods for OAuth 2.0 | metacpan | |
Plack::Middleware::Auth::OAuth2::ProtectedResource | middleware for OAuth 2.0 Protected Resource endpoint | metacpan |
Provides
Name | File | View |
---|---|---|
OAuth::Lite2::Client::Error::InsecureRequest | lib/OAuth/Lite2/Client/Error.pm | metacpan |
OAuth::Lite2::Client::Error::InsecureResponse | lib/OAuth/Lite2/Client/Error.pm | metacpan |
OAuth::Lite2::Client::Error::InvalidResponse | lib/OAuth/Lite2/Client/Error.pm | metacpan |
OAuth::Lite2::Server::Error::AccessDenied | lib/OAuth/Lite2/Server/Error.pm | metacpan |
OAuth::Lite2::Server::Error::ExpiredToken | lib/OAuth/Lite2/Server/Error.pm | metacpan |
OAuth::Lite2::Server::Error::InsufficientScope | lib/OAuth/Lite2/Server/Error.pm | metacpan |
OAuth::Lite2::Server::Error::InvalidClient | lib/OAuth/Lite2/Server/Error.pm | metacpan |
OAuth::Lite2::Server::Error::InvalidGrant | lib/OAuth/Lite2/Server/Error.pm | metacpan |
OAuth::Lite2::Server::Error::InvalidRequest | lib/OAuth/Lite2/Server/Error.pm | metacpan |
OAuth::Lite2::Server::Error::InvalidScope | lib/OAuth/Lite2/Server/Error.pm | metacpan |
OAuth::Lite2::Server::Error::InvalidToken | lib/OAuth/Lite2/Server/Error.pm | metacpan |
OAuth::Lite2::Server::Error::RedirectURIMismatch | lib/OAuth/Lite2/Server/Error.pm | metacpan |
OAuth::Lite2::Server::Error::UnauthorizedClient | lib/OAuth/Lite2/Server/Error.pm | metacpan |
OAuth::Lite2::Server::Error::UnsupportedGrantType | lib/OAuth/Lite2/Server/Error.pm | metacpan |
OAuth::Lite2::Server::Error::UnsupportedResourceType | lib/OAuth/Lite2/Server/Error.pm | metacpan |