auth on davidchua https://dchua.com/tags/auth/ Recent content in auth on davidchua Hugo -- gohugo.io en-us Fri, 18 Feb 2011 00:00:00 +0000 Omniauth - Easy Authentication for your Rails Projects https://dchua.com/posts/2011-02-18-omniauth-easy-authentication-for-your-rails-projects/ Fri, 18 Feb 2011 00:00:00 +0000 https://dchua.com/posts/2011-02-18-omniauth-easy-authentication-for-your-rails-projects/ I just came across this wonderful little gem that makes authentication on your rails application a breeze. This is exactly the gem that I wished was around a year ago when I was developing Baboonza.com (now defunct) and my various mini project sites. Usually when I start a new rails project, I would use Authlogic and tweaked it to allow openid authentication. If you’ve used authlogic before, you would know that the entire process of just installing the gem and getting all your user models and controllers setup is god awful tedious.