From 535a04f03cbfb60b866269b69cf21e6408f4f9eb Mon Sep 17 00:00:00 2001 From: vahram-papazyan Date: Tue, 22 Apr 2025 23:47:22 +0400 Subject: [PATCH] add Spring Authorization article --- .../roadmaps/java/content/stream-api@WHxAwfdKHQSOg0TLX05EG.md | 2 +- .../spring-boot/content/spring-security/authorization.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/java/content/stream-api@WHxAwfdKHQSOg0TLX05EG.md b/src/data/roadmaps/java/content/stream-api@WHxAwfdKHQSOg0TLX05EG.md index 7f39e2b2a..ba4422bc0 100644 --- a/src/data/roadmaps/java/content/stream-api@WHxAwfdKHQSOg0TLX05EG.md +++ b/src/data/roadmaps/java/content/stream-api@WHxAwfdKHQSOg0TLX05EG.md @@ -8,4 +8,4 @@ Visit the following resources to learn more: - [@article@The Java 8 Stream API Tutorial](https://www.baeldung.com/java-8-streams) - [@article@Stream Filtering by Hyperskill (JetBrains Academy)](https://hyperskill.org/learn/step/3578) - [@video@Streams API Tutorial in Java 8+](https://www.youtube.com/watch?v=VNovNwHr9jY) -- [@video@Java 8 Streams Tutorial](https://www.youtube.com/watch?v=t1-YZ6bF-g0) \ No newline at end of file +- [@video@Java 8 Streams Tutorial](https://www.youtube.com/watch?v=t1-YZ6bF-g0) diff --git a/src/data/roadmaps/spring-boot/content/spring-security/authorization.md b/src/data/roadmaps/spring-boot/content/spring-security/authorization.md index 852f9e569..2304dcfbc 100644 --- a/src/data/roadmaps/spring-boot/content/spring-security/authorization.md +++ b/src/data/roadmaps/spring-boot/content/spring-security/authorization.md @@ -5,6 +5,7 @@ Spring Security supports a variety of authentication mechanisms, such as usernam Visit the following resources to learn more: - [@official@Spring Authorization](https://docs.spring.io/spring-security/reference/servlet/authorization/index.html) +- [@official@Authorization: Roles and Authorities](https://hyperskill.org/learn/step/31611) - [@article@Advanced authorization in Spring](https://docs.spring.io/spring-security/site/docs/5.2.11.RELEASE/reference/html/authorization.html) - [@article@Spring Security: Authentication and Authorization In-Depth](https://www.marcobehler.com/guides/spring-security) - [@feed@Explore top posts about Authorization](https://app.daily.dev/tags/authorization?ref=roadmapsh)