Skip to content

Authentication, Authorization, Going Reactive, Testing Security Configs

Notifications You must be signed in to change notification settings

rafaelswr/Spring-Security-Know-How

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

“If you know this architecture, you’re like a chef who knows their ingredients
and can put together any recipe.”

Description

This repository is designed to provide an in-depth and immersive approach to the world of Spring Security, combining both theoretical and practical know-how. It covers a wide range of topics, from fundamental concepts to advanced practices, with the goal to mastering authentication, authorization, OAuth 2, reactive security, and other essential aspects of application protection.

The repository then dives deep into authentication, covering key topics such as user management, password protocols, the role of filters in web application security, SecurityContext strategies, and the implementation of authentication.