feat:授权模式
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user