Net-OAuth2

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


	Improvements:
	- #3 replace JSON with JSON::MaybeXS [James Raspass]

0.65	Mon, 16 Sep 08:42:09 CEST 2019

	Fixes:
	- #1 set the Host header [Julien Semaan]
	- #2 session_freeze [prsquee]

0.64	Wed, 21 Mar 09:48:02 CET 2018

	Improvements:
	- Converted to GIT, published on GitHub.
	- added 'hd' passthru parameter to requests.
	  Implemented by [Diego Garcia del Rio]  For usecases, see:
	  https://developers.google.com/identity/protocols/OpenIDConnect#hd-param

0.63	Mon, 18 Jan 13:51:55 CET 2016

	Fixes:
	- instagram does not like a Host header where port 443 is
	  mentioned.  Do not use that port if it is the default for
	  the protocol.  [Samuel Kaufman]

0.62	Wed, 11 Nov 12:29:40 CET 2015

	Improvements:
	- typo.  rt.cpan.org#104332 [Christopher Hoskin, Debian]
	- added contributed examples/google-refresh [Andreas Hernitscheck]

0.61	Mon, Jun 30 08:53:41 CEST 2014

	Fixes:
	- another regresssion test t/10req.t failed due to hash order
	  randomization.  [cpantesters]

Changes  view on Meta::CPAN

	- do not send client_id and client_secret as parameters, because
	  it will get refused by QQ Catalyst.
	  rt.cpan.org#96454 [Scott Weisman]
	- added 'state' passthru parameter to requests [Bas Bloemsaat]

0.58	Wed, May 28 23:17:09 CEST 2014

	Improvements:
	- generic accessor of ::AccessToken via attribute() [Sergey Lobanov]

0.57	Mon, Mar 24 09:33:07 CET 2014

	Fixes:
	- an update of an access-token may include a new refresh-token.
	  rt.cpan.org#94131 [Joe Papperello]

	Improvements:
	- changed documentation style

0.56	Wed, Sep  4 11:50:48 CEST 2013

Changes  view on Meta::CPAN

	- auto_save option did not work: option processing typo
	  rt.cpan.org#86824 [Hironori Yoshida]
	- basic-auth header should not contain a \n
	  rt.cpan.org#88409 [Anton Gerasimov]

0.55	Tue, Apr  2 16:13:33 CEST 2013

	Fixes:
	- refreshed token at each access.

0.54	Thu, Mar 28 10:55:51 CET 2013

	Fixes:
	- remove Build.PL

	Improvements:
	- rename demo/ into examples/psgi
	- added t/30refresh.t by [Samuel Kaufman]
	- Test::Mock::LWP::Dispatch is now optional, because it has a
	  huge dependency tree via Moose.

0.53	Mon, Jan 28 12:01:26 CET 2013

	Changes:
	- default of token_scheme changed to standard compliant
	  auth-header:Bearer
	  rt.cpan.org#82878 [Shmuel Fomberg]
	- refresh_token renamed to refresh_always.
	  rt.cpan.org#82967 [Samuel Kaufman]

	Fixes:
	- data handling in update_token
	  rt.cpan.org#82967 [Samuel Kaufman]

	Improvements:
	- add documentation to token_scheme
	  rt.cpan.org#82878 [Shmuel Fomberg]

0.52	Tue, Jan 15 13:21:04 CET 2013

	Fixes:
	- mistake ::AccessToken::freeze() -> ::AccessToken::session_freeze()

	Improvements:
	- document how to use freeze and thaw.

0.51	Tue, Jan  8 11:52:17 CET 2013

	Fixes:
	- the new ::WebServer::authorize() was conceptionally broken.
	  Corrected and documented how to be used.
	  Flagged by rt.cpan.org#82556 [Shmuel Fomberg]

	Improvements:
	- more info in the demo
	- improved documentation (still not sufficient)
	- rename ::AccessToken::to_string() into ::to_json()  Old name
	  still usable.
	- add ::WebServer::autorize_response() for convenience.
	- remove unused dependency on Test::Mock::LWP::Dispatch
	- add ::AccessToken::session_freeze() and ::session_thaw()
	  Requested by rt.cpan.org#82554 [Shmuel Fomberg]
	- error when people use old $profile->authorize_url()

0.50	Mon, Jan  7 12:39:16 CET 2013

	New maintainer: Mark Overmeer

	Changes:
	- Deprecate use of ::Client, in favor of ::Profile::*
	- ::Profile::Base merged into ::Profile
	- *_params() functions return a HASH (ref), not a list of pairs
	- do not call authorize_url() to initiate the session, but
	  authorize().



( run in 0.650 second using v1.01-cache-2.11-cpan-49f99fa48dc )