Introduction to Spring Security 6
Explore the fundamental concepts and architecture of Spring Security 6, understanding its role in securing web applications.
Welcome to Spring Security!
Time to lock down your Java apps. Spring Security 6 is the framework that handles authentication and access control so you don't roll your own.
What is Spring Security?
Spring Security is a customizable auth and access-control framework for Spring Boot apps. Authentication proves who you are; authorization decides what you can touch.
All lessons in this course
- Introduction to Spring Security 6
- Project Setup and Dependencies
- In-Memory User Authentication
- Understanding the Spring Security Filter Chain