Backend

51 articles in this category

Mastering Spring Security 7 with Spring Boot 4 and Java 21 – Part 8.2: Custom OAuth2UserService and Persisting Users in the Database
Backend

Mastering Spring Security 7 with Spring Boot 4 and Java 21 – Part 8.2: Custom OAuth2UserService and Persisting Users in the Database

After a user successfully authenticates with Google, Spring Security retrieves the user's profile information.

7/31/2026
Mastering Spring Security 7 with Spring Boot 4 and Java 21 – Part 8.1: Configuring Google OAuth2 Login in Spring Boot
Backend

Mastering Spring Security 7 with Spring Boot 4 and Java 21 – Part 8.1: Configuring Google OAuth2 Login in Spring Boot

Google acts as the Authorization Server, while your Spring Boot application acts as the OAuth2 Client.

7/30/2026
Mastering Spring Security 7 with Spring Boot 4 and Java 21 – Part 8: OAuth2 Login, Social Authentication, and OpenID Connect
Backend

Mastering Spring Security 7 with Spring Boot 4 and Java 21 – Part 8: OAuth2 Login, Social Authentication, and OpenID Connect

Spring Security provides built-in support for OAuth2 and OpenID Connect (OIDC), making it straightforward to integrate third-party identity providers into Spring Boot applications.

7/29/2026
What Is System Design and Architecture?
Backend

What Is System Design and Architecture?

Whether you're developing a simple web application or a large distributed system, understanding how software components fit together helps you make better technical decisions from the start.

7/28/2026
Mastering Spring Security 7 with Spring Boot 4 and Java 21 – Part 7: JWT Authentication and Authorization for Secure REST APIs
Backend

Mastering Spring Security 7 with Spring Boot 4 and Java 21 – Part 7: JWT Authentication and Authorization for Secure REST APIs

In this article, we will build a complete JWT-based authentication system using Spring Security 7, Spring Boot 4, and Java 21.

7/27/2026
Mastering Spring Security 7 with Spring Boot 4 and Java 21 – Part 6: Method-Level Security with @PreAuthorize, @PostAuthorize, and @Secured
Backend

Mastering Spring Security 7 with Spring Boot 4 and Java 21 – Part 6: Method-Level Security with @PreAuthorize, @PostAuthorize, and @Secured

In this article, we will learn how to implement method-level security in Spring Security 7 using Spring Boot 4 and Java 21.

7/21/2026