Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

https oauth2 openid-connect spring-security ssl

Last synced: 11 days 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.