November 2013
Intermediate to advanced
276 pages
7h 49m
English
CHAPTER 5
![]()
Securing Your Application
Building an enterprise-level web application will nearly always involve solving for a consistent set of security concerns. Users will need to be able to log in, you will need to enforce password policies, and users will certainly forget their passwords. You, of course, also need to deal with various types of authentication credentials, different roles and permissions, single sign-on, and even different options for API authentication.
Building these from scratch generally involves using a code-level library, and then building the various business rules, user interface, and configuration settings by hand. Sure, ...
Read now
Unlock full access