Skip to content
  • Java
  • Spring Boot Tutorials
  • Microservices
  • System Design

Role-Based Authorization in Spring Boot using @PreAuthorize and @PostAuthorize

  • Post author:Nimai
  • Post published:January 31, 2026
  • Post category:Spring Boot
  • Post comments:0 Comments

Role-Based Authorization in Spring Boot using @PreAuthorize and @PostAuthorize   In modern Spring Boot applications, security is not just about authentication (who you are) but also about authorization (what you…

Continue ReadingRole-Based Authorization in Spring Boot using @PreAuthorize and @PostAuthorize

OAuth 2.0 vs OIDC – Complete Guide with Stateless Spring Boot Implementation

  • Post author:Nimai
  • Post published:January 30, 2026
  • Post category:Spring Boot
  • Post comments:0 Comments

  OAuth 2.0 vs OIDC – Complete Guide with Stateless Spring Boot Implementation OAuth is one of the most misunderstood topics in security. Most developers use it daily (Google login,…

Continue ReadingOAuth 2.0 vs OIDC – Complete Guide with Stateless Spring Boot Implementation

OAuth 2.0 – Complete Guide (High Level Design)

  • Post author:Nimai
  • Post published:January 30, 2026
  • Post category:Spring Boot
  • Post comments:0 Comments

  OAuth 2.0 – Complete Guide (High Level Design) What is OAuth 2.0? OAuth stands for Open Authorization. It is an authorization framework, not authentication. It allows: Secure third-party applications…

Continue ReadingOAuth 2.0 – Complete Guide (High Level Design)

JWT Authentication in Spring Boot – Full Implementation Guide

  • Post author:Nimai
  • Post published:January 30, 2026
  • Post category:Spring Boot
  • Post comments:0 Comments

  JWT Authentication in Spring Boot – Full Implementation Guide We will implement: User Registration Token Generation (Login) JWT Validation Filter Custom Authentication Provider Secured APIs Refresh Token Step 1…

Continue ReadingJWT Authentication in Spring Boot – Full Implementation Guide

JWT (JSON Web Token) – Complete Notes

  • Post author:Nimai
  • Post published:January 30, 2026
  • Post category:Spring Boot
  • Post comments:0 Comments

  JWT (JSON Web Token) – Complete Notes What is JWT? JWT (JSON Web Token) is a stateless authentication mechanism used to securely transmit information between parties as a JSON…

Continue ReadingJWT (JSON Web Token) – Complete Notes

Basic Authentication in Spring Security – Complete Guide

  • Post author:Nimai
  • Post published:January 30, 2026
  • Post category:Spring Boot
  • Post comments:0 Comments

  Basic Authentication in Spring Security – Complete Guide Basic Authentication is one of the simplest authentication mechanisms supported by Spring Security. It is easy to implement, widely supported, and…

Continue ReadingBasic Authentication in Spring Security – Complete Guide

Form Login Authentication in Spring Security – A Complete Guide

  • Post author:Nimai
  • Post published:January 30, 2026
  • Post category:Spring Boot
  • Post comments:0 Comments

  Form Login Authentication in Spring Security – A Complete Guide Form Login Authentication is the default authentication mechanism in Spring Boot Security. It is simple, powerful, and widely used…

Continue ReadingForm Login Authentication in Spring Security – A Complete Guide

Common Web Security Attacks Every Spring Developer Must Know

  • Post author:Nimai
  • Post published:January 30, 2026
  • Post category:Spring Boot
  • Post comments:0 Comments

  Common Web Security Attacks Every Spring Developer Must Know Before diving into Spring Security, it’s important to understand the most common web application attacks. These vulnerabilities exist in almost…

Continue ReadingCommon Web Security Attacks Every Spring Developer Must Know

Native Queries, Criteria API & Specification API – Complete Guide

  • Post author:Nimai
  • Post published:January 30, 2026
  • Post category:Spring Boot
  • Post comments:0 Comments

  Native Queries, Criteria API & Specification API – Complete Guide 1. What is a Native Query? Native Query means: Writing pure SQL inside JPA. Example: @Query(value = "SELECT *…

Continue ReadingNative Queries, Criteria API & Specification API – Complete Guide

JPA Relationship Mappings & Querying – Complete Notes

  • Post author:Nimai
  • Post published:January 30, 2026
  • Post category:Spring Boot
  • Post comments:0 Comments

  JPA Relationship Mappings & Querying – Complete Notes 1. One-to-Many (Unidirectional) Concept One parent entity is associated with multiple child entities. Example: One User → Many Orders Important Problem…

Continue ReadingJPA Relationship Mappings & Querying – Complete Notes
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 7
  • Go to the next page

Recent Posts

  • highest salary employee
  • Find the duplicate elements from a list in java
  • Reverse a string in java
  • How does Spring Boot decide the order of auto-configurations?
  • Why does @Value sometimes fail to inject properties?

Recent Comments

No comments to show.