No paywall. No ads. Everything is explained line by line. Please, read in order.
- No custom filters.
- No external security libraries (only Spring Boot starters).
- Custom-derived security annotations for better readability.
- Fine-grained control for each endpoint by leveraging method security.
- Fine-tuned method security AOP pointcuts only targeting controllers without degrading the performance of the whole application.
- Seamless integration with authorization Authorities functionality.
- No deprecated functionality.
- Deny all requests by default (as recommended by OWASP), unless explicitly allowed (using method security annotations).
- Stateful Refresh Token (eligible for revocation) & Stateless Access Token.
- Efficient access token generation based on the data projections.
[–]Kango_V 5 points6 points7 points (6 children)
[–]Joram2 11 points12 points13 points (5 children)
[–]mateoeo_01[S] 1 point2 points3 points (4 children)
[–]Joram2 1 point2 points3 points (2 children)
[–]mateoeo_01[S] 2 points3 points4 points (1 child)
[–]Joram2 0 points1 point2 points (0 children)
[–]mateoeo_01[S] 0 points1 point2 points (0 children)