项目作者: tt4g

项目描述 :
Custom authentication implementation Spring Boot with WebFlux with Security
高级语言: Java
项目地址: git://github.com/tt4g/spring-webflux-security-custom-authentication-example.git


Overview

Spring WebFlux + Spring Security custom authentication example.

Use Spring Boot 2.5.x with Spring Security 5.5.x.

Run

  1. ./gradlew bootRun

and visit http://127.0.0.1:8080/authentication-example/login

Authentication

Login page authentication credentials.

User

Username: "user"
Password: "password"
Domain: whatever