Web Development  >>  Ruby On Rails

Super Simple Authentication

Language : English Quality : High Has Audio : true Source : Other Media : QuickTime
The final piece of the administration puzzle: authentication. There are many different approaches which is why I saved this step for last. This episode will cover a few techniques including the simple solution used for this site

Tags: Ruby On Rails, Ruby, Web Development, Security, Authentication,     [SUGGEST  A  TAG]

Resources referenced in this screencast
  • Ruby on Rails

  •  OR 
    Created : 2007-04-20   Duration : 06:41 (24.7 MB)


    (Requires : MPEG-4 Video Player)
    Download file is iPod compatable

    Articles Realted to this Topic

    [SUGGEST  A  ARTICLE]
    Basic HTTP Authentication with Rails & simple_http_auth
    You’ve got a controller (or just a few actions) in your Rails app that you’d like to control access to, but don’t feel like dealing with some huge-ass plugin, generator, or engine (whatever the hell those are).
    Basic User Authentication in Rails
    The question of user authentication comes up regularly on the rails mailing list and there are several articles and discussions around the web on whether it should be part of the rails framework. Its not included in rails and it is not likely to be