OIDC-Lite 0.01
Kwalitee Issues
- no_broken_module_install
-
Upgrade the bundled version of Module::Install to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)
- 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 |
---|---|---|---|
OIDC::Lite | OpenID Connect Library | 0.01 | metacpan |
OIDC::Lite::Client::Credential | Class represents dynamic client registration response | metacpan | |
OIDC::Lite::Client::Registration | OpenID Connect Dynamic Client Registration Client | metacpan | |
OIDC::Lite::Client::RegistrationResponseParser | metacpan | ||
OIDC::Lite::Client::Token | Class represents access-token response | metacpan | |
OIDC::Lite::Client::TokenResponseParser | metacpan | ||
OIDC::Lite::Client::WebServer | OpenID Connect Web Server Profile Client | metacpan | |
OIDC::Lite::Model::AuthInfo | model class that represents authorization info. | metacpan | |
OIDC::Lite::Model::ClientInfo | model class that represents client info. | metacpan | |
OIDC::Lite::Model::IDToken | model class that represents ID token | metacpan | |
OIDC::Lite::Server::AuthorizationHandler | handler for OpenID Connect Authorization request | metacpan | |
OIDC::Lite::Server::DataHandler | Base class that specifies interface for data handler for your service. | metacpan | |
OIDC::Lite::Server::Endpoint::Registration | registration endpoint PSGI application | metacpan | |
OIDC::Lite::Server::Endpoint::Token | token endpoint PSGI application | metacpan | |
OIDC::Lite::Server::Error | OpenID Connect server errors (for Dynamic Client Registration) | metacpan | |
OIDC::Lite::Server::GrantHandler::AuthorizationCode | handler for 'authorization-code' grant_type request | metacpan | |
OIDC::Lite::Server::GrantHandlers | store of handlers for each grant_type. | metacpan | |
OIDC::Lite::Server::RegistrationHandler | base class of each registration_type handler | metacpan | |
OIDC::Lite::Server::RegistrationHandler::ClientAssociate | handler for 'client_register' registration type request | metacpan | |
OIDC::Lite::Server::RegistrationHandler::ClientUpdate | handler for 'client_update' registration type request | metacpan | |
OIDC::Lite::Server::RegistrationHandler::RotateSecret | handler for 'rotate_secret' registration type request | metacpan | |
OIDC::Lite::Server::RegistrationHandlers | store of handlers for each registration type. | metacpan | |
OIDC::Lite::Server::Scope | utility class for OpenID Connect Scope | metacpan | |
OIDC::Lite::Server::SessionHandler | handler for OpenID Connect Session Management | metacpan | |
OIDC::Lite::Util::JWT | JSON Web Token | metacpan | |
Plack::Middleware::Auth::OIDC::ProtectedResource | middleware for OpenID Connect Protected Resource endpoint | metacpan |
Provides
Name | File | View |
---|---|---|
OIDC::Lite::Server::Error::InvalidClientId | lib/OIDC/Lite/Server/Error.pm | metacpan |
OIDC::Lite::Server::Error::InvalidClientSecret | lib/OIDC/Lite/Server/Error.pm | metacpan |
OIDC::Lite::Server::Error::InvalidConfigurationParameter | lib/OIDC/Lite/Server/Error.pm | metacpan |
OIDC::Lite::Server::Error::InvalidOperation | lib/OIDC/Lite/Server/Error.pm | metacpan |
OIDC::Lite::Server::Error::InvalidRedirectUri | lib/OIDC/Lite/Server/Error.pm | metacpan |