Chapter 4. The MEAN Stack Security
Note
Learning Objectives
By the end of this chapter, you will be able to:
Describe best practices for securing Node applications
Create token-based authentication using JSON web tokens
Implement session-based authentication using passport
Apply authentication using a third-party application
Note
This chapter presents best practices for securing Node applications in addition to several exercises and activities on creating JSON web tokens, authentication using passport, third-party authentication, many more GI.