Custom authentication implementation Spring Boot with WebFlux with Security
Spring WebFlux + Spring Security custom authentication example.
Use Spring Boot 2.5.x with Spring Security 5.5.x.
./gradlew bootRun
and visit http://127.0.0.1:8080/authentication-example/login
Login page authentication credentials.
Username: "user"
Password: "password"
Domain: whatever