Java 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.
Java 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.
Java 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!
Java 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.
Java 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!
Java 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.
Java E-mail confirmation with Spring Security
In this blogpost I'll talk more about implementing e-mail verification with Spring Security.
Java Securing your GraphQL API with Spring Security
In this tutorial, I'll show how you can use Spring Security with Spring boot and GraphQL.
Java 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.
Java 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.