Posts tagged with Spring Security
Spring's Authorization Server becoming a part of Spring Security 7
Spring Authorization Server became a part of Spring Security 7. In this blogpost, we will explore what it is and how to use it.
Read more →
Implementing Multi-Factor Authentication with Spring Security 7
Spring Security 7 made it possible to easily set up Multi-Factor Authentication within your applications. This allows you to combine any of the authentication methods Spring provides and create an even more secure setup.
Read more →
Configuring CSRF for Single Page Applications with Spring Security
Spring Security v7 made configuring CSRF protection for Single Page Applications a lot easier. In this blogpost I'll talk about the history and the improvements!
Read more →
OAuth2 Client support for HTTP interfaces
Spring Boot 4 improved their HTTP interfaces. One of the newly added features is that you can easily link them to a Spring Security OAuth2 Client.
Read more →
HttpSecurity customizer in Spring Boot 4
Customizers have been added to Spring for a while now. Starting with Spring Boot 4, we can also use them to configure Spring Security's HttpSecurity bean!
Read more →
Exploring Spring Security's Compromised Password Checker
In this blogpost, we will explore Spring Security's CompromisedPasswordChecker and how it can be used to check if a password has been compromised in a data breach.
Read more →
E-mail confirmation with Spring Security
In this blogpost I'll talk more about implementing e-mail verification with Spring Security.
Read more →
Securing your GraphQL API with Spring Security
In this tutorial, I'll show how you can use Spring Security with Spring boot and GraphQL.
Read more →
Securing Spring boot applications with JWT
JWT is a popular type of token. In this tutorial I'll show you how to integrate a JWT authentication mechanism with Spring, and within a microservice oriented architecture.
Read more →
Securing your REST API with Spring Security
In this tutorial I'm going to write a small REST API with Spring Boot and Spring Web MVC. Securing the application will be done with Spring Security.
Read more →