The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
.shipit
bin/token.psgi
Changes
inc/Module/Install.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
inc/Module/Install/Fetch.pm
inc/Module/Install/Include.pm
inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
inc/Test/More.pm
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/Error.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/XML.pm
lib/OAuth/Lite2/Formatters.pm
lib/OAuth/Lite2/Model/AccessToken.pm
lib/OAuth/Lite2/Model/AuthInfo.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/Password.pm
lib/OAuth/Lite2/Server/GrantHandler/RefreshToken.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
Makefile.PL
MANIFEST
META.yml
README
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/model/access_token.t
t/030_server/model/auth_info.t
t/030_server/protected_resource/middleware.t
t/030_server/token_endpoint/authorization_code.t
t/030_server/token_endpoint/password.t
t/030_server/token_endpoint/refresh.t
t/040_unit/common.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