How to Configure Spring Security – Secure Different URLs Differently
In the previous Part 1 & Part 2 tutorial series, we developed REST APIs, secured them with OAuth2 JWT authentication, and documented them using OpenAPI 3 spec. Now, we are…
In the previous Part 1 & Part 2 tutorial series, we developed REST APIs, secured them with OAuth2 JWT authentication, and documented them using OpenAPI 3 spec. Now, we are…
In the previous article, we implemented JWT authentication using custom spring security. However, it is not recommended to customize spring security, especially in enterprise-level applications. Because one defect in custom…
Welcome to the Angular with Spring Cloud Microservices tutorial series. In our previous Angular + Spring Boot Fullstack Application Development Tutorial Series, we have implemented the following so far. Creating…
Welcome to the 2nd part of the Spring Boot 2 Angular 10 OAuth2 Social Login tutorial series. In this previous article, we have implemented Data Access Layer, Service Layer, Validation,…
Welcome to the Spring Boot OAuth2 Social Login tutorial series. In this series, we are going to learn how to add Social as well as email and password based login…
What you'll build Login Register Home What you'll need Spring Tool Suite 4 JDK 11 MySQL Server 8 Tech Stack Spring Boot 2 and Spring Security 5Spring Data JPA and…
Welcome to the 2nd part of Spring Boot User Registration and OAuth2 social login tutorial series. In this article, You’ll learn how to implement the view layer. Creating the model…
Welcome to the 3rd part of the Spring Boot User Registration and OAuth2 social login tutorial series. In this article, we’ll learn how to perform social login using Spring Security.…