Latest Screencasts (page 2)
RailsCasts #192 Authorization with CanCan
Railscasts - 2009-12-14 - free
CanCan is a simple authorization plugin that offers a lot of flexibility. See how to use it in this episode.
Watch this screencastRailsCasts #188 Declarative Authorization
Railscasts - 2009-11-16 - free
Declarative authorization provides an advanced and powerful solution for role based authorization.
Watch this screencastGetting Connected to Twitter with OAuth
Teach Me To Code - 2009-09-18 - free
In this screencast, I show you how to use the Twitter gem to connect to Twitter, and we clarify some of the difficulties that comes with learning OAuth.
Watch this screencastCreating a Twitter Clone in Rails – Part 1
Teach Me To Code - 2009-09-06 - free
In this series, I attempt to recreate a twitter style application called ‘Flitter’. In this installment, I show you how to create an authenticated system easily using existing tools. I also show how to generate test data to simulate an active application. Finally, you will learn how to set up self-referencial associations.
Watch this screencastRailsCasts #170 OpenID with Authlogic
Railscasts - 2009-07-13 - free
Learn how to apply OpenID to an existing Authlogic setup as I show in this episode. This builds upon the app from episode 160.
Watch this screencastRack::OAuth
Remi - 2009-06-23 - paid
Rack::OAuth is a Rack middleware for easily integrating OAuth into your Ruby web applications. If you’re using a Sinatra application or Rackup file, all you need to do is: 1 use Rack::OAuth, :key => 'your-oauth-app-key', 2 :secret => 'your-oauth-app-secret', 3 :site => 'http://twitter-or-whatever.com' If you’re using Rails, all you need...
Watch this screencastRailsCasts #160 Authlogic
Railscasts - 2009-05-04 - free
Authentication can get very complex. In this episode I show how Authlogic can handle this complexity while you stay in control of how it is presented to the user.
Watch this screencastRailsCasts #82 HTTP Basic Authentication
Railscasts - 2007-12-02 - free
Rails 2.0 offers an extremely easy way to do HTTP basic authentication. See how in this episode.
Watch this screencastRailsCasts #68 OpenID Authentication
Railscasts - 2007-08-27 - free
Ever wonder how to implement OpenID authentication in your Rails app? This episode will show you how to add it to a site with an existing authentication system.
Watch this screencastRailsCasts #67 restful_authentication
Railscasts - 2007-08-20 - free
Need multiple user authentication? If so, the restful_authentication plugin is a great way to go. It will generate some basic authentication code for you which is good starting point to your authentication system. Watch this episode for details.
Watch this screencast