Open Source Security packages for Rails

Posted by Edwin on Programmers See other posts from Programmers or by Edwin
Published on 2012-04-20T02:48:42Z Indexed on 2012/06/08 16:48 UTC
Read the original article Hit count: 427

Filed under:
|

I'm currently creating a complete web application using Rails 3 to familiarize myself with its inner workings and to gain a better appreciation of a working web application's moving parts. (Plus, since I'm still working on my degree, I hope that it will give me a better idea of what's BS in my education requirements and which weaknesses/skills I should focus on.)

The example application I'm working on is an ecommerce site, and I've already configured the backend, routes, controllers, and so on.

As part of the application, I'd like to integrate a second layer of security on top of the one Rails already provides for user authentication. However, I've been unable to find any on Google, with the exception of OAuth - which, from my understanding, is meant to secure API calls.

While I could roll my own secure authentication system, I'm only in my second year of college and recognize that A) I know little about security, and B) there are developers that know much more about security that are working on open-source projects.

What are some actively developed open-source security packages or frameworks that can be easily added to Rails? Pros and cons are not necessary, as I can do the research myself.

P.S. I'm not sure whether I posted this in the right SE site; please migrate to SO or Security if it is more appropriate there.

© Programmers or respective owner

Related posts about security

Related posts about ruby-on-rails