October 2018
Intermediate to advanced
590 pages
15h 5m
English
Security is a very broad topic and it covers many aspects. Due to the scope of this book, we will mainly focus on the security that a web application needs to take care of, which includes authentication, authorization, and preventing attacks such as Cross-Site Scripting (XSS) and SQL/NoSQL injection. Topics such as how to secure a server or how to prevent a distributed denial-of-service (DDoS) attack will not be covered here.
So, how do we secure a web application? It really comes down to three aspects:
Let's take TaskAgile as an example. We want only those users that we have authenticated to access the application. So, people will need to log in ...
Read now
Unlock full access