Web Development  >>  Ruby On Rails

restful_authentication

Language : English Quality : High Has Audio : true Source : Other Media : QuickTime
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.

Tags: Ruby On Rails, Screencast, Authentication, Rest,     [SUGGEST  A  TAG]

Resources referenced in this screencast
  • Ruby on Rails

  •  OR 
    Created : 2007-08-20   Duration : 09:30 (30.6 MB)


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

    Articles Realted to this Topic

    [SUGGEST  A  ARTICLE]
    RESTful Rails cheatsheet
    Nice collection of REST related function
    RESTful Rails Development
    The REST and Ruby-Tutorial on this page can be downloaded at no charge. The REST-Tutorial is now available in english and german
    RESTless design - do I need a session controller/model?
    Today the underground team of rorBB (an as-yet-unannounced Rails BB) saw that the application was almost completely RESTful – except in it’s login/logout actions on the users controller. It was Ben who pointed out that it was the single thing destroying our otherwise pretty URLs and we decided to do something about it.