
Spring Security Remember Me
1. Overview This tutorial will show how to enable and configure Remember Me functionality in a web application with Spring Security. Setting up the MVC application with security […]
1. Overview This tutorial will show how to enable and configure Remember Me functionality in a web application with Spring Security. Setting up the MVC application with security […]
1. Overview A common requirement for a web application is to redirect different types of users to different pages after login. An example of this would […]
1. Overview This article is building on top of our Form Login tutorial and is going to focus on the how to configure Logout with Spring Security. 2. […]
1. Overview In this article we’re going to illustrate how to implement a simple Login Page with Spring MVC for an application that’s handling the authentication with […]
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 […]