feat:授权模式

This commit is contained in:
xiang
2025-08-30 22:54:49 +08:00
parent 3177fdae38
commit 00a2cf2a0d
3 changed files with 79 additions and 16 deletions

View File

@@ -24,4 +24,11 @@ spring:
user:
auth:
issuer: http://127.0.0.1:38011
issuer: http://127.0.0.1:38011
# Web 应用前端回调地址:
# http://localhost:8080/login/oauth2/code/oauth-client-init
# Postman 测试用:
# https://oauth.pstmn.io/v1/callback
# 移动端 APP 自定义 Scheme
# myapp://callback
redirectUrl: http://localhost:8080/login/oauth2/code/oauth-client-init