<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Drop-in Yahoo Browser Based Authentication for Rails</title>
	<link>http://chuddup.com/blog/archive/27/drop-in-yahoo-browser-based-authentication-for-rails/</link>
	<description>Oh God, not another tagline</description>
	<pubDate>Fri, 16 May 2008 03:13:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: Martian eyrie :: Yahoo! Developer Network - Ruby Developer Center :: February :: 2007</title>
		<link>http://chuddup.com/blog/archive/27/drop-in-yahoo-browser-based-authentication-for-rails/#comment-240</link>
		<pubDate>Sun, 11 Feb 2007 20:18:41 +0000</pubDate>
		<guid>http://chuddup.com/blog/archive/27/drop-in-yahoo-browser-based-authentication-for-rails/#comment-240</guid>
					<description>[...] A Rails plug-in for bbauth [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] A Rails plug-in for bbauth [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: links for 2006-11-06 &#171; Caiwangqin&#8217;s delicious bog</title>
		<link>http://chuddup.com/blog/archive/27/drop-in-yahoo-browser-based-authentication-for-rails/#comment-148</link>
		<pubDate>Mon, 06 Nov 2006 23:18:26 +0000</pubDate>
		<guid>http://chuddup.com/blog/archive/27/drop-in-yahoo-browser-based-authentication-for-rails/#comment-148</guid>
					<description>[...] Chuddup and Read This » Archive! » Drop-in Yahoo Browser Based Authentication for Rails (tags: yahoo rubyonrails authentication plugin ruby BBAuth) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Chuddup and Read This » Archive! » Drop-in Yahoo Browser Based Authentication for Rails (tags: yahoo rubyonrails authentication plugin ruby BBAuth) [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Use the Yahoo! Sign In to join - it&#8217;s easy as pie &#171; foodha for thought - menuism blog</title>
		<link>http://chuddup.com/blog/archive/27/drop-in-yahoo-browser-based-authentication-for-rails/#comment-146</link>
		<pubDate>Tue, 31 Oct 2006 05:47:08 +0000</pubDate>
		<guid>http://chuddup.com/blog/archive/27/drop-in-yahoo-browser-based-authentication-for-rails/#comment-146</guid>
					<description>[...] How did you do this? We used a cool new service that Yahoo made available called Yahoo BBAuth (Browser Based Authentication). We also leveraged a Ruby on Rails plugin that made the implementation rather smooth (Thanks Cameron!). [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] How did you do this? We used a cool new service that Yahoo made available called Yahoo BBAuth (Browser Based Authentication). We also leveraged a Ruby on Rails plugin that made the implementation rather smooth (Thanks Cameron!). [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: cameron</title>
		<link>http://chuddup.com/blog/archive/27/drop-in-yahoo-browser-based-authentication-for-rails/#comment-140</link>
		<pubDate>Fri, 20 Oct 2006 19:31:58 +0000</pubDate>
		<guid>http://chuddup.com/blog/archive/27/drop-in-yahoo-browser-based-authentication-for-rails/#comment-140</guid>
					<description>First off, thanks for catching the fact that my error message was incorrect! I've fixed it and updated the blog post and the zip file.

After that, I think we'll have to wait until you get back a proper error message using the new version of the plugin to actually know what's going on. I'm now properly passing through the error returned by Yahoo in case the request_yahoo_credentials doesn't return success. With the error code and message, you should be able to figure out what's going on.

I'll take a guess though: The token you get back from Yahoo in the first step (after Yahoo login) is good for two weeks. If it's been longer than that, you need to request a new token.</description>
		<content:encoded><![CDATA[<p>First off, thanks for catching the fact that my error message was incorrect! I&#8217;ve fixed it and updated the blog post and the zip file.</p>
<p>After that, I think we&#8217;ll have to wait until you get back a proper error message using the new version of the plugin to actually know what&#8217;s going on. I&#8217;m now properly passing through the error returned by Yahoo in case the request<em>yahoo</em>credentials doesn&#8217;t return success. With the error code and message, you should be able to figure out what&#8217;s going on.</p>
<p>I&#8217;ll take a guess though: The token you get back from Yahoo in the first step (after Yahoo login) is good for two weeks. If it&#8217;s been longer than that, you need to request a new token.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Justin</title>
		<link>http://chuddup.com/blog/archive/27/drop-in-yahoo-browser-based-authentication-for-rails/#comment-139</link>
		<pubDate>Fri, 20 Oct 2006 16:05:01 +0000</pubDate>
		<guid>http://chuddup.com/blog/archive/27/drop-in-yahoo-browser-based-authentication-for-rails/#comment-139</guid>
					<description>Awesome plugin!  I got it working on our site &lt;a href=&quot;http://www.menuism.com&quot; rel=&quot;nofollow&quot;&gt;www.menuism.com&lt;/a&gt; but every now and then I get an error in &quot;request_yahoo_credentials&quot;.  I'm not sure if Yahoo is sending faulty messages back or of there's an issue with the code.  I'll keep digging into it, but I just thought I'd see if anyone else encountered something similar.

A YahooAuthorizationException occurred in user#yahoo_signin:

 Yahoo BBAuth error: :code :message
 [RAILS_ROOT]/vendor/plugins/yahoo_bbauth/lib/yahoo_bbauth/utility_methods.rb:44:in `request_yahoo_credentials'
....

[RAILS_ROOT]/vendor/plugins/yahoo_bbauth/lib/yahoo_bbauth/utility_methods.rb:44:in `request_yahoo_credentials'
 [RAILS_ROOT]/app/controllers/user_controller.rb:30:in `yahoo_signin'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:941:in `perform_action_without_filters'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:368:in `perform_action_without_benchmark'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:69:in `perform_action_without_rescue'
 /opt/csw/lib/ruby/1.8/benchmark.rb:293:in `measure'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:69:in `perform_action_without_rescue'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/rescue.rb:82:in `perform_action'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:408:in `process_without_filters'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:377:in `process_without_session_management_support'
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/session_management.rb:117:in `process'
 [RAILS_ROOT]/vendor/rails/railties/lib/dispatcher.rb:38:in `dispatch'</description>
		<content:encoded><![CDATA[<p>Awesome plugin!  I got it working on our site <a href="http://www.menuism.com" rel="nofollow">www.menuism.com</a> but every now and then I get an error in &#8220;request<em>yahoo</em>credentials&#8221;.  I&#8217;m not sure if Yahoo is sending faulty messages back or of there&#8217;s an issue with the code.  I&#8217;ll keep digging into it, but I just thought I&#8217;d see if anyone else encountered something similar.</p>
<p>A YahooAuthorizationException occurred in user#yahoo_signin:</p>
<p>Yahoo BBAuth error: :code :message<br />
 [RAILS<em>ROOT]/vendor/plugins/yahoo</em>bbauth/lib/yahoo<em>bbauth/utility</em>methods.rb:44:in `request<em>yahoo</em>credentials&#8217;<br />
&#8230;.</p>
<p>[RAILS<em>ROOT]/vendor/plugins/yahoo</em>bbauth/lib/yahoo<em>bbauth/utility</em>methods.rb:44:in <code>request_yahoo_credentials'<br />
 [RAILS_ROOT]/app/controllers/user_controller.rb:30:in</code>yahoo<em>signin&#8217;<br />
 [RAILS</em>ROOT]/vendor/rails/actionpack/lib/action<em>controller/base.rb:941:in <code>perform_action_without_filters'<br />
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:368:in</code>perform</em>action<em>without</em>benchmark&#8217;<br />
 [RAILS<em>ROOT]/vendor/rails/actionpack/lib/action</em>controller/benchmarking.rb:69:in <code>perform_action_without_rescue'<br />
 /opt/csw/lib/ruby/1.8/benchmark.rb:293:in</code>measure&#8217;<br />
 [RAILS<em>ROOT]/vendor/rails/actionpack/lib/action</em>controller/benchmarking.rb:69:in <code>perform_action_without_rescue'<br />
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/rescue.rb:82:in</code>perform<em>action&#8217;<br />
 [RAILS</em>ROOT]/vendor/rails/actionpack/lib/action<em>controller/base.rb:408:in <code>process_without_filters'<br />
 [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:377:in</code>process</em>without<em>session</em>management<em>support&#8217;<br />
 [RAILS</em>ROOT]/vendor/rails/actionpack/lib/action<em>controller/session</em>management.rb:117:in <code>process'<br />
 [RAILS_ROOT]/vendor/rails/railties/lib/dispatcher.rb:38:in</code>dispatch&#8217;</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: RubyFilter.com</title>
		<link>http://chuddup.com/blog/archive/27/drop-in-yahoo-browser-based-authentication-for-rails/#comment-135</link>
		<pubDate>Thu, 05 Oct 2006 14:47:06 +0000</pubDate>
		<guid>http://chuddup.com/blog/archive/27/drop-in-yahoo-browser-based-authentication-for-rails/#comment-135</guid>
					<description>&lt;strong&gt;Drop-in Yahoo Browser Based Authentication for Rails...&lt;/strong&gt;

Tonight Im releasing my first Rails plugin. This is the result of about half the work I did at Yahoo Hack Day 2006. I wrote the guts, but generous amounts of Rails plugin goodness were provided by Scott Fleckenstein.

Its a drop-in addition to Acti...</description>
		<content:encoded><![CDATA[<p><strong>Drop-in Yahoo Browser Based Authentication for Rails&#8230;</strong></p>
<p>Tonight Im releasing my first Rails plugin. This is the result of about half the work I did at Yahoo Hack Day 2006. I wrote the guts, but generous amounts of Rails plugin goodness were provided by Scott Fleckenstein.</p>
<p>Its a drop-in addition to Acti&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Shane Vitarana</title>
		<link>http://chuddup.com/blog/archive/27/drop-in-yahoo-browser-based-authentication-for-rails/#comment-134</link>
		<pubDate>Tue, 03 Oct 2006 21:50:40 +0000</pubDate>
		<guid>http://chuddup.com/blog/archive/27/drop-in-yahoo-browser-based-authentication-for-rails/#comment-134</guid>
					<description>This is great! When I need to show someone an example of Single Sign-On, this is where I'm referring them.  I may use this in my next app.  Thanks.</description>
		<content:encoded><![CDATA[<p>This is great! When I need to show someone an example of Single Sign-On, this is where I&#8217;m referring them.  I may use this in my next app.  Thanks.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: cameron</title>
		<link>http://chuddup.com/blog/archive/27/drop-in-yahoo-browser-based-authentication-for-rails/#comment-133</link>
		<pubDate>Tue, 03 Oct 2006 17:12:28 +0000</pubDate>
		<guid>http://chuddup.com/blog/archive/27/drop-in-yahoo-browser-based-authentication-for-rails/#comment-133</guid>
					<description>Thank you.

I have a feeling this is where some web apps will go. It may take a while, but authentication schemes are probably the most annoying part of building applications that store anything more than casual user data.

It's great that these services are available now, and the more tools that make them easy to use, the more adoption I think we'll see.</description>
		<content:encoded><![CDATA[<p>Thank you.</p>
<p>I have a feeling this is where some web apps will go. It may take a while, but authentication schemes are probably the most annoying part of building applications that store anything more than casual user data.</p>
<p>It&#8217;s great that these services are available now, and the more tools that make them easy to use, the more adoption I think we&#8217;ll see.</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Dr Nic</title>
		<link>http://chuddup.com/blog/archive/27/drop-in-yahoo-browser-based-authentication-for-rails/#comment-132</link>
		<pubDate>Tue, 03 Oct 2006 10:21:26 +0000</pubDate>
		<guid>http://chuddup.com/blog/archive/27/drop-in-yahoo-browser-based-authentication-for-rails/#comment-132</guid>
					<description>Nice work.

Theoretically, I could allow users to log onto my apps using Yahoo creditials or Google creditials or they could create a new account with app-specific creditials. And perhaps one or more of the OpenId APIs that are coming out.

Do you think web apps will evolve this way?

Nic

PS Can you email me your response too - I might forget to check back to the comments! :)</description>
		<content:encoded><![CDATA[<p>Nice work.</p>
<p>Theoretically, I could allow users to log onto my apps using Yahoo creditials or Google creditials or they could create a new account with app-specific creditials. And perhaps one or more of the OpenId APIs that are coming out.</p>
<p>Do you think web apps will evolve this way?</p>
<p>Nic</p>
<p>PS Can you email me your response too - I might forget to check back to the comments! :)</p>
]]></content:encoded>
				</item>
</channel>
</rss>
