An open API service indexing awesome lists of open source software.

https://github.com/rafaelswr/spring-security-know-how

Authentication, Authorization, Going Reactive, Testing Security Configs
https://github.com/rafaelswr/spring-security-know-how

authentication-provider basic-authentication call-authorization endpoint-level-authorizaton filtering filtering-spring-data-repositories https jwt method-level-authorization oauth2 openid-connect password-encoder permission-evaluator security-context security-filter-chain spring-security ssl user-details-service

Last synced: 2 months ago
JSON representation

Authentication, Authorization, Going Reactive, Testing Security Configs

Awesome Lists containing this project

README

        

> **“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.