The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Build.PL
Changes
LICENSE
META.json
README.md
cpanfile
lib/OAuth/Lite2.pm
lib/OAuth/Lite2/Agent.pm
lib/OAuth/Lite2/Agent/Dump.pm
lib/OAuth/Lite2/Agent/PSGIMock.pm
lib/OAuth/Lite2/Agent/Strict.pm
lib/OAuth/Lite2/Client/ClientCredentials.pm
lib/OAuth/Lite2/Client/Error.pm
lib/OAuth/Lite2/Client/ExternalService.pm
lib/OAuth/Lite2/Client/ServerState.pm
lib/OAuth/Lite2/Client/StateResponseParser.pm
lib/OAuth/Lite2/Client/Token.pm
lib/OAuth/Lite2/Client/TokenResponseParser.pm
lib/OAuth/Lite2/Client/UsernameAndPassword.pm
lib/OAuth/Lite2/Client/WebServer.pm
lib/OAuth/Lite2/Formatter.pm
lib/OAuth/Lite2/Formatter/FormURLEncoded.pm
lib/OAuth/Lite2/Formatter/JSON.pm
lib/OAuth/Lite2/Formatter/Text.pm
lib/OAuth/Lite2/Formatter/XML.pm
lib/OAuth/Lite2/Formatters.pm
lib/OAuth/Lite2/Model/AccessToken.pm
lib/OAuth/Lite2/Model/AuthInfo.pm
lib/OAuth/Lite2/Model/ServerState.pm
lib/OAuth/Lite2/ParamMethod.pm
lib/OAuth/Lite2/ParamMethod/AuthHeader.pm
lib/OAuth/Lite2/ParamMethod/FormEncodedBody.pm
lib/OAuth/Lite2/ParamMethod/URIQueryParameter.pm
lib/OAuth/Lite2/ParamMethods.pm
lib/OAuth/Lite2/Server/Context.pm
lib/OAuth/Lite2/Server/DataHandler.pm
lib/OAuth/Lite2/Server/Endpoint/Token.pm
lib/OAuth/Lite2/Server/Error.pm
lib/OAuth/Lite2/Server/GrantHandler.pm
lib/OAuth/Lite2/Server/GrantHandler/AuthorizationCode.pm
lib/OAuth/Lite2/Server/GrantHandler/ClientCredentials.pm
lib/OAuth/Lite2/Server/GrantHandler/ExternalService.pm
lib/OAuth/Lite2/Server/GrantHandler/GroupingRefreshToken.pm
lib/OAuth/Lite2/Server/GrantHandler/Password.pm
lib/OAuth/Lite2/Server/GrantHandler/RefreshToken.pm
lib/OAuth/Lite2/Server/GrantHandler/ServerState.pm
lib/OAuth/Lite2/Server/GrantHandlers.pm
lib/OAuth/Lite2/Signer.pm
lib/OAuth/Lite2/Signer/Algorithm.pm
lib/OAuth/Lite2/Signer/Algorithm/HMAC_SHA1.pm
lib/OAuth/Lite2/Signer/Algorithm/HMAC_SHA256.pm
lib/OAuth/Lite2/Signer/Algorithms.pm
lib/OAuth/Lite2/Util.pm
lib/Plack/Middleware/Auth/OAuth2/ProtectedResource.pm
minil.toml
script/token.psgi
t/00_compile.t
t/010_core/formatter.t
t/010_core/param_methods.t
t/010_core/signer.t
t/010_core/util.t
t/030_server/protected_resource/middleware.t
t/030_server/token_endpoint/authorization_code.t
t/030_server/token_endpoint/client_credentials.t
t/030_server/token_endpoint/external_service.t
t/030_server/token_endpoint/grouping_refresh_token.t
t/030_server/token_endpoint/password.t
t/030_server/token_endpoint/refresh.t
t/030_server/token_endpoint/server_state.t
t/040_unit/client_credentials.t
t/040_unit/common.t
t/040_unit/external_service.t
t/040_unit/grouping_refresh_token.t
t/040_unit/model/access_token.t
t/040_unit/model/auth_info.t
t/040_unit/model/server_state.t
t/040_unit/server/error.t
t/040_unit/server/grant_handler.t
t/040_unit/username.t
t/040_unit/web_server.t
t/lib/TestAccessToken.pm
t/lib/TestAuthInfo.pm
t/lib/TestDataHandler.pm
t/lib/TestPR.pm
t/lib/TestServerState.pm
META.yml
MANIFEST