刷新Token补充更新
This commit is contained in:
@@ -85,6 +85,7 @@ security:
|
||||
- /api/v1/auth/login/** # 登录接口(账号密码登录、手机验证码登录和微信登录)
|
||||
- /api/v1/auth/captcha # 验证码获取接口
|
||||
- /api/v1/auth/refresh-token # 刷新令牌接口
|
||||
- /api/v1/auth/logout # 开放退出登录
|
||||
- /ws/** # WebSocket接口
|
||||
# 非安全端点路径(允许匿名访问的API)
|
||||
unsecured-urls:
|
||||
@@ -220,4 +221,4 @@ captcha:
|
||||
wx:
|
||||
miniapp:
|
||||
app-id: xxxxxx
|
||||
app-secret: xxxxxx
|
||||
app-secret: xxxxxx
|
||||
|
||||
Reference in New Issue
Block a user