Hey there! Check out HackerBooks.com - our latest project that let you search books from StackOverflow and HackerNews

Latest Screencasts

RailsCasts #270 Authentication in Rails 3.1

Railscasts - 2011-06-13 - free

Here I show off three new features in Rails 3.1 that will help with authentication: easier HTTP Basic, SecurePassword in the database, and forcing SSL.

Watch this screencast

Kevin Ball shows how the traditional model of username/password authentication is dying, and how Omniauth makes it all rainbows and sunshine going forward. Bonus content: download the slides from this talk.

Watch this screencast

RailsCasts #250 Authentication from Scratch

Railscasts - 2011-01-24 - free

Password authentication is not too complicated to make from scratch, it will also help to get a better understanding of how it works.

Watch this screencast

RailsCasts #241 Simple OmniAuth

Railscasts - 2010-11-22 - free

Authentication is incredibly simple to add with just OmniAuth if you don't need username/password or multiple authentications per user.

Watch this screencast

RailsCasts #236 OmniAuth Part 2

Railscasts - 2010-10-13 - free

In this episode we continue our look at integrating OmniAuth with devise. Here I show how to set up new users with validations.

Watch this screencast

RailsCasts #235 OmniAuth Part 1

Railscasts - 2010-10-11 - free

OmniAuth is an easy way to add many different authentication services to your app. In this episode we start integrating it with Devise.

Watch this screencast

OAuth with the Twitter Gem

Teach Me To Code - 2010-10-06 - free

Twitter just turned off Basic Auth and is forcing application developer to use OAuth. Here is a demonstration of how to add Twitter OAuth to your Ruby on Rails Application.

Watch this screencast

RailsCasts #233 Engage with Devise

Railscasts - 2010-09-27 - free

Janrain Engage (aka RPX) makes it easy to support many authentication solutions through their one service.

Watch this screencast

RailsCasts #210 Customizing Devise

Railscasts - 2010-04-19 - free

Here we dive deeper into Devise by customizing how the views, routing, validations, and authentication works.

Watch this screencast

RailsCasts #209 Introducing Devise

Railscasts - 2010-04-12 - free

Devise is a full-featured authentication solution which handles all of the controller logic and form views for you. Learn how to set it up in this episode.

Watch this screencast