We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c397d5d commit e4a3f10Copy full SHA for e4a3f10
1 file changed
security-spring-boot-starter/README.md
@@ -91,6 +91,8 @@ curl --location 'http://localhost:8080/login' \
91
```yaml
92
admin4j:
93
security:
94
+ ignoring:
95
+ uris: "login/sendPhoneCode"
96
multi:
97
auth-map:
98
phone: phoneNumber
@@ -102,6 +104,7 @@ auth-map 为渠道登录登录方式配置。对象类型,key为 登录方式
102
104
103
105
- 登录方式 (`authType`) : `phone`
106
- 登录认证的字段名称: `phoneNumber`
107
+- ignoring.uris 忽略认证的接口。需要将发送验证码接口,忽略认证。
108
109
前端登录接口案例:`/login/phone` (/login/authType)
110
0 commit comments