OAuth-Lite

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension OAuth::Lite.

1.35 Wed Mar 24 13:57:00 2021
    - Adding HMAC_SHA256 support https://github.com/lyokato/p5-oauth-lite/pull/8
      Thanks to rajeshparsuri
    - Add usa option to pod, which is already available: https://github.com/lyokato/p5-oauth-lite/pull/7
      Thanks to astj.

1.34 Tue Jun 02 16:57:00 2015
    - relocated author tests. merged pull-request https://github.com/lyokato/p5-oauth-lite/pull/6
      Thanks to laouji.

1.32 Sun Jan 05 11:00:00 2014
    - fixed invalid way to normalize params.
      But it breaks backward compatibility, so you can switch behaviour
      by $OAuth::Lite::USE_DEPRECATED_NORMALIZER.
      Currently this value is set as 1 by default to keep backward compatibility.
      https://github.com/lyokato/p5-oauth-lite/pull/5
      Thanks to ninjinkun

1.31 Wed Jul 20 14:43:00 2011
    - merged pull-request from tokuhirom. https://github.com/lyokato/p5-oauth-lite/pull/3

1.30 Wed Feb 8 16:11:00 2011
    - Now Response::from_encoded doesn't use chomp and trim both CRLF and LF

1.29 Wed Jan 26 16:46:00 2011
    - Now Token::from_encoded doesn't use chomp and trim both CRLF and LF

1.28 Sun Jan 16 14:23:00 2011
    - fixed typo
      Thanks to tokuhirom.
      https://github.com/tokuhirom/p5-oauth-lite/commit/8ff53996564ca70e3adb717b253e082955b9548e

1.26 Tue Mar 09 16:08:00 2010
    - bigfix: Util::normalize_request_url
      OAuth Core 1.0a section 9.1.2 says that URL scheme and authority MUST be lowercase.

      added document for OAuth::Lite::Problems for Pod::Coverage.

1.25 Fri Feb 19 11:39:00 2010
    - added obtain_access_token, and obtain_reuqest_token methods to Consumer
      class because get_access_token is not flexible.
      of cource, you can continue to use get_access_token for backward compatibility
      if you don't need to handle extensions, such like session-extension or xAuth.

      and added example/twitter_xauth.pl

1.24  Tue Feb 9 10:57:00 2010

    - Improved problems matching, hash lookup is faster than linear search +
      function call.
    - Added CONSUMER_KEY_REFUSED, PERMISSION_DENIED
        Thanks to Ishikawa.

    - fixed normalized_parameter for invlid key order
        Thanks to hidek.

    http://github.com/lyokato/p5-oauth-lite/commit/2a1b1ce5169b9494feeb3c661ef02e60a548ae00
    http://github.com/ishikawa/p5-oauth-lite/commit/4fed3f78a46c4cc135608274d5825c3b6c507029
    http://github.com/ishikawa/p5-oauth-lite/commit/03b9cf94494b2db206494259a622b337150d4865
    http://github.com/ishikawa/p5-oauth-lite/commit/1b18cac370de4daf7e417d2f59a6a177494d253a
    http://github.com/ishikawa/p5-oauth-lite/commit/f300a719db71221c7993114e4002fd6ec49458e3
    http://github.com/ishikawa/p5-oauth-lite/commit/1fcaa9e0f2eab50b1901e8d54a1e70b5e9fb70b5

1.23  Tue Nov 10 12:35:00 2009
    - applied patches from ishikawa-san.
      now Token as_encoded results with oauth_confirmed for Rev-A.

    - encoding method fixed not to force encoding to UTF8. uri_escape_utf8 -> uri_escape



( run in 0.699 second using v1.01-cache-2.11-cpan-5511b514fd6 )