views:

37

answers:

3

Can anyone suggest some good resources, preferrably free, that I can read to thoroughly understand the basics of getting my web app secure?

It is being written with a Rails back-end, and regular HTML, CSS, jQuery front-end.

For instance, the proper security practices for handling users login. To storing info in the db, to anything else I might want to know.

Thanks.

A: 

These have some basic documentation with them, but these are used by a large number of Rails apps.

rmk