© Felipe Gutierrez 2019
Felipe GutierrezPro Spring Boot 2https://doi.org/10.1007/978-1-4842-3676-5_8

8. Security with Spring Boot

Felipe Gutierrez1 
(1)
Albuquerque, NM, USA
 

This chapter shows you how to use security in your Spring Boot applications to secure your web application. You learn everything from using basic security to using OAuth. Security has become a primary and important factor for desktop, web, and mobile applications in the last decade. But security is a little hard to implement because you need to think about everything—cross-site scripting, authorization, and authentication, secure sessions, identification, encryption, and a lot more. There is still a lot to do to implement simple security in your applications.

The Spring security ...

Get Pro Spring Boot 2: An Authoritative Guide to Building Microservices, Web and Enterprise Applications, and Best Practices 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.