Spring Boot 3 Security Tutorial | Authentication and Authorization | Spring Security Tutorial

Spring Boot 3 Security Tutorial | Authentication and Authorization | Spring Security Tutorial

59.359 Lượt nghe
Spring Boot 3 Security Tutorial | Authentication and Authorization | Spring Security Tutorial
Become a Spring Boot Security expert with this in-depth tutorial! Dive into essential concepts like authentication, authorization, in-memory user management, database user management, custom error and login screens, dynamic user registration and login, and more. This tutorial will guide you to secure your applications with the latest Spring Boot 3.2 (2024 release)! 📚 Chapters: (00:00) Introduction (02:05) 1. Configure spring security dependency (05:29) 2. Role-based authorization (09:51) 3. In-memory user authentication (18:13) 4. Database-backed user authentication (19:36) 4.1. Create user database table with Spring JPA (22:29) 4.2. Connect user table to Spring security (29:57) 4.3. Register new users (34:22) 4.4. CSRF blocking for post requests (38:44) 5. Customize error pages (42:43) 6. Customize login screen (46:04) 7. Redirect to a specific page after successful login (50:38) 8. Comparison of password encoders (BCrypt vs Scrypt vs Argon2 vs PBKDF2) (54:22) Conclusion Find the project on GitHub: https://github.com/afsalashyana/Spring-Boot-Tutorials/tree/master/LearnSpringSecurity #springboot #springboot3 #springsecurity #java