Introduction to Securing Our Application with Spring Boot
Get a brief introduction to using Spring Boot to secure an application.
We'll cover the following
So far, we’ve learned how to connect applications using a fully-reactive protocol, RSocket.
This chapter digs into the production aspect of our application.
Security
An application is no more than a toy until we can lock it down, govern who has access, and apply strict authorization controls. Fortunately, Spring already has its own security system that we can utilize.
Get hands-on with 1400+ tech skills courses.