开发者

Collection of resources for Web App Security?

开发者 https://www.devze.com 2023-01-08 07:11 出处:网络
Can anyone s开发者_StackOverflowuggest some good resources, preferrably free, that I can read to thoroughly understand the basics of getting my web app secure?

Can anyone s开发者_StackOverflowuggest 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.


http://www.rorsecurity.info/

http://guides.rubyonrails.org/security.html


http://www.owasp.org/index.php/Category:OWASP_Ruby_on_Rails_Security_Guide_V2


  • Restful Authentication

  • Oauth

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

0

精彩评论

暂无评论...
验证码 换一张
取 消