Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.22 KB

File metadata and controls

32 lines (23 loc) · 1.22 KB

Web Application Security

category:page
slug:web-application-security
sort-order:13

Website security must be incorporated into building every level of the web stack. However, I include a separate section here for topics that deserve a comprehensive review such as firewalls, SSL certificates, and public key authorization.

Key Terms

Authorization - specifying access rights and permissions to server and application resources. For example, a non-logged in user can view a landing page but only a logged in user can access an application's "account" screen.

Security Resources

When and How to Deploy HTTPS

Securing a Linux Server

Securing Your Website

How HTTPS Secures Connections: What Every Web Dev Should Know

Open Web Application Security Project (OWASP) Cheat Sheets for Security