Left of the Dev

Articles tagged rails-auth

Clearance: The other Rails authentication gem

Looking for a well-balanced authentication solution? Check out Clearance as an alternative to Devise and has_secure_password. (January 23, 2016)

Authorization advice for Rails 3 and beyond

Here's the general process I follow whenever adding authorization—the logic that says what a user's allowed to do—to my Rails applications. (October 06, 2011)

Rails authentication today: Options for 3.0 and 3.1

There's no shortage of approaches to adding password-based security to your Rails applications. Here's a look at the current lineup. (September 21, 2011)

Adding authorization to your Rails app with RESTful_ACL, part 3: Parent and child objects

Leverage your applications' model relationships to write complex, but clean, authorization rules. (June 24, 2010)

Adding authorization to your Rails app with RESTful_ACL, part 2: Basic ACLs

Here's how to protect your application's data through an easy-to-apply access control layer. (June 21, 2010)

Adding authorization to your Rails app with RESTful_ACL, part 1: Setup

Need easy-to-use authorization in your application? Check out this useful alternative to other, better known options. (June 16, 2010)

Hacking Restful Authentication

Edit user accounts and add administrator users to your legacy Rails apps using the popular Restful Authentication login system. (June 08, 2010)

3 Rails authentication options

It's almost inevitable that your Rails application will ultimately need some sort of login mechanism to protect access to certain parts. This post begins a series of looks at various options for authorization in Rails. (June 06, 2010)

Test with confidence!

If you liked my series on practical advice for adding reliable tests to your Rails apps, check out the expanded ebook version. Lots of additional, exclusive content and a complete sample Rails application.

Newsletter

Software development news and tips, and other ideas and surprises from Aaron at Left of the Dev. Delivered to your inbox on no particular set schedule.