Monthly Archives: January 2009

RESTful Authentication

I work on a Rails application with a standard HTML interface and a REST interface, both of which are served by the same RESTful controllers. Most of the actions used by these interfaces require some form of authentication and authorization. Like most web applications, this one takes a traditional session-based authentication approach for the HTML [...]

Posted in Rails | Tagged , , | 2 Comments