Spring Security & WebFlux: Load Users from a Database
In the last episode we established a simple form-based authentication with hardcoded credentials. Today, we take it step further and load user details from a database. Project Setup If you are new to this series on Spring Security and WebFlux, check my initial blog post to see how to start from scratch. Let’s add a…