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 screencastEpisode 099: Omniauth: Future Proof Your Authentication
Sdruby - 2011-03-06 - free
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 screencastRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #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 screencastOAuth 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 screencastRailsCasts #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 screencastRailsCasts #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 screencastRailsCasts #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