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.