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
- Host: GitHub
- URL: https://github.com/rafaelswr/spring-security-know-how
- Owner: rafaelswr
- Created: 2024-11-22T17:37:05.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T23:59:57.000Z (5 months ago)
- Last Synced: 2025-01-23T10:36:44.487Z (4 months ago)
- Topics: 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
- Language: Java
- Homepage:
- Size: 69.3 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.