Ecosyste.ms: Awesome
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
https oauth2 openid-connect spring-security ssl
Last synced: 11 days ago
JSON representation
Authentication, Authorization, Going Reactive, Testing Security Configs
- Host: GitHub
- URL: https://github.com/rafaelswr/spring-security-know-how
- Owner: rafaelswr
- Created: 2024-11-22T17:37:05.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-25T23:56:33.000Z (about 1 month ago)
- Last Synced: 2024-12-26T00:27:00.392Z (about 1 month ago)
- Topics: https, oauth2, openid-connect, spring-security, ssl
- Language: Java
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.