How to Secure Spring REST API with OAuth2 JWT Authentication

  • Post author:
  • Post category:Spring Boot
  • Post comments:2 Comments
  • Post last modified:February 12, 2023

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…

Continue ReadingHow to Secure Spring REST API with OAuth2 JWT Authentication

How to Build a Full stack application with Angular and Spring Cloud Microservices – Part 2

Welcome to the 2nd part of the Angular with Spring Cloud Microservices tutorial series. So far, we have decomposed the existing application into 3 different microservices. Now, we are gonna…

Continue ReadingHow to Build a Full stack application with Angular and Spring Cloud Microservices – Part 2