<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Clickpass on Yang's Blog</title><link>https://blog.yangtheman.com/tags/clickpass/</link><description>Recent content in Clickpass on Yang's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Yang Chung</copyright><lastBuildDate>Tue, 29 Sep 2009 06:30:50 +0000</lastBuildDate><atom:link href="https://blog.yangtheman.com/tags/clickpass/index.xml" rel="self" type="application/rss+xml"/><item><title>Featured on Clickpass blog</title><link>https://blog.yangtheman.com/2009/09/28/featured-on-clickpass-blog/</link><pubDate>Tue, 29 Sep 2009 06:30:50 +0000</pubDate><guid>https://blog.yangtheman.com/2009/09/28/featured-on-clickpass-blog/</guid><description/></item><item><title>How to integrate Clickpass (and OpenID) with a Rails app</title><link>https://blog.yangtheman.com/2009/09/17/how-to-integrate-clickpass-or-openid-with-a-rails-app/</link><pubDate>Thu, 17 Sep 2009 09:21:20 +0000</pubDate><guid>https://blog.yangtheman.com/2009/09/17/how-to-integrate-clickpass-or-openid-with-a-rails-app/</guid><description>&lt;p&gt;I saw &lt;a href="http://www.clickpass.com/" target="_blank" rel="noreferrer"&gt;Clickpass&lt;/a&gt; in action at the &lt;a href="http://news.ycombinator.com" target="_blank" rel="noreferrer"&gt;Hacker News&lt;/a&gt;, and I thought it was another great way to reduce another login account. I wanted to implement it for my &lt;strong&gt;Open Translation&lt;/strong&gt; project.&lt;/p&gt;
&lt;p&gt;However, when I tried to find tutorials for using Clickpass with a Rails app, I couldn&amp;rsquo;t find any! How could it be! The pesudo code example Clickpass provided was for Java, I think, and thus it wasn&amp;rsquo;t any help to me. I was completely lost.&lt;/p&gt;
&lt;p&gt;Then I realized that in the core underlying architecture of Clickpass is OpenID. Then it all made sense to me. I found a great tutorial on OpenID and Authlogic on a &lt;a href="http://railscasts.com/episodes/170-openid-with-authlogic" target="_blank" rel="noreferrer"&gt;Railscasts episode&lt;/a&gt; (I am not using Authlogic for my site, though, but for the Open Translation project, I probably will.). So the following is a mixture of the Railscasts episode, &lt;strong&gt;ruby-openid&lt;/strong&gt; gem, &lt;strong&gt;open_id_authentication&lt;/strong&gt; plugin and Clickpass setup.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1.&lt;/strong&gt; Install the gem and the plugin.&lt;/p&gt;
&lt;div class="highlight-wrapper"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;sudo gem install ruby-openid&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;</description></item></channel></rss>