Tag: spring security
Total: 5 Posts
Posts of Tag: spring security
Total: 5 Posts
Posts of Tag: spring security
Prevent Cross-Site Scripting (XSS) in Spring Boot with Content-Security Policies (CSPs)
.lazyload-placeholder { display: none; } Introduction The security of users and their personal data while using a web application is paramount. While this guiding principle has been acknowledged even from the e...Learn MoreJavaSpringSpring Bootspring securitySpring Boot: Guide to RestTemplate
Introduction In this guide, we'll be taking a look at one of the most frequently used and well-known template in the Spring Ecosystem - known as RestTemplate, and how to use RestTemplate to send HTTP requests, ...Learn MoreJavaSpringSpring Bootspring securitySpring Security: In-Memory Invalidation of JWT Tokens During User Logout
Introduction As technology evolves and becomes more prevalent - including the evolution of large-scale service-oriented architectures, managing web security becomes more and more complex. There are many more ed...Learn MoreJavaSecuritySpringSpring Bootspring securityjwtMonitoring with Spring Boot Actuator
Monitoring with Spring Boot Actuator Overview In this article, we'll look into Spring Boot Actuator, which provides built-in production ready endpoints that can be used for monitoring and controlling your appli...Learn MoreJavaSpringSpring Bootspring securitySpring Security: Forgot Password Functionality
Spring Security: Forgot Password Functionality Introduction The internet is becoming more and more service oriented with more businesses and companies coming up with offerings that can be provided or accessed o...Learn MoreFunctionJavaSecuritySpringSpring Bootspring security