You are here: Home // Authentication
006 RC Ruby on Rails Authentication Basics
Podcast: Play in new window
| Download
In a lot of web applications, you need to control who can access your data. Authentication is the key to this type of security. Ruby on Rails has some plugins and gems that make authentication pretty easy. Here are a few:
restful-authentication
authlogic
devise
When putting authentication together, make sure that your authentication schema provides encryption...
Tags: authentication, authlogic, database, devise, encryption, password, rails, restful_authentication, ruby, ruby on rails, salt, ssl

