Chapter 14: Securing Your Application
This chapter will explain how to implement authentication to our frontend when we are using JSON Web Token (JWT) authentication in the backend. In the beginning, we will switch on security in our backend to enable JWT authentication. Then, we will create a component for the login functionality. Finally, we will modify our CRUD functionalities to send the token in the request's authorization header to the backend. We will learn how to secure our application in this chapter.
In this chapter, we will cover the following topics:
- Securing the backend
- Securing the frontend
Technical requirements
The Spring Boot application that we created in Chapter 5, Securing and Testing Your Backend, is required (located ...
Get Full Stack Development with Spring Boot and React - Third Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.