
Spring Security Basic Authentication
1. Overview This tutorial will explain how to set up, configure, and customize Basic Authentication with Spring. We’re going to build on top of the simple Spring […]
1. Overview This tutorial will explain how to set up, configure, and customize Basic Authentication with Spring. We’re going to build on top of the simple Spring […]
1. Introduction This tutorial will focus on Login with Spring Security. We’re going to build on top of the previous Spring MVC example, as that’s a necessary […]
1. Introduction In this tutorial, we’re going to demonstrate how we can verify if our users are logging in from a new device/location. We’re going to send them a login notification to let them know we’ve […]
1. Overview In this quick article we’ll implement a simple “Change my own password” functionality available to the user after they register and log in. […]
1. Overview In this tutorial – we’re continuing the ongoing Registration with Spring Security series with a look at resending the verification link to the user in case […]
1. Overview In this quick tutorial, we’ll look at how to implement and show proper password constraints during registration. Things like – the password should contain […]
1. Overview In this tutorial – we’re continuing the ongoing Registration with Spring Security series with a look at the basic “I forgot my password” feature – so that the […]
1. Overview In the last few articles of the Registration series here on VietMX’s Blog, we built most of the functionality we needed in a MVC […]
1. Overview This article discusses a critical part of the registration process – password encoding – basically not storing the password in plaintext. There are a few […]
1. Overview This article continues the ongoing Registration with Spring Security series with one of the missing pieces of the registration process – verifying the user’s email to confirm their […]
1. Overview In this article, we’ll implement a basic registration process with Spring Security. This is building on top of concepts explored in the previous article, […]
1. Overview Starting from the 4.0 release, MongoDB supports multi-document ACID transactions. And, Spring Data Lovelace now provides support for these native MongoDB transactions. In this […]
1. Overview In this tutorial, we’ll learn how to use Flapdoodle’s embedded MongoDB solution together with Spring Boot to run MongoDB integration tests smoothly. MongoDB […]
1. Introduction In this tutorial, we’re going to see how to configure and implement database operations using Reactive Programming through Spring Data Reactive Repositories with […]
1. Overview This tutorial will continue to explore some of the core features of Spring Data MongoDB – the @DBRef annotation and life-cycle events. 2. @DBRef The mapping […]
1. Overview In this tutorial we’ll explore some of the core features of Spring Data MongoDB – indexing, common annotations and converters. 2. Indexes 2.1. @Indexed […]
1. Overview This article will focus on building out different types of queries in Spring Data MongoDB. We’re going to be looking at querying documents with Query and Criteria classes, […]
1. Overview This article will be a quick and practical introduction to Spring Data MongoDB. We’ll go over the basics using both the MongoTemplate as well as MongoRepository using practical […]
1. Overview Spring Data JDBC is a persistence framework that is not as complex as Spring Data JPA. It doesn’t provide cache, lazy loading, write-behind, […]
1. Overview This article will explain the basics of Spring Data REST and show how to use it to build a simple REST API. In general, Spring […]