no

Mutual TLS with Spring: Ensuring Secure Communication Between Applications

Overview mTLS or Mutual Transport Layer Security is a type of mutual authentication where two parties, the client and the server, validate ...

Spring Method Level Security with Amazon Cognito and JWT Token

Learn how to authenticate your user with AWS Cognito and secure your Spring REST endpoints with JWT token at the method level   using Spr...

How to Secure a Spring Rest Service using Spring Aspect

Learn how to secure Spring REST endpoints using Aspect and without Spring Security. 1. Introduction In this project, we introduce a securi...

index