We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
企业版支持oauth2登录
因为这个地址实际上是个前端地址, 由后端控制跳转到此地址, 所以不使用swagger定义, 仅采用约定的方式再此处定义参数 参数均为get请求参数, 请求方式为get请求
字段说明
The text was updated successfully, but these errors were encountered:
Merge pull request #470 from actiontech/main
0176320
merge Main into main-ee
HuangWeiCen
No branches or pull requests
原始需求
企业版支持oauth2登录
开发方案
用户使用流程
平台运行逻辑
前端方案
登录流程
http://ip:port/user/bind参数定义
因为这个地址实际上是个前端地址, 由后端控制跳转到此地址, 所以不使用swagger定义, 仅采用约定的方式再此处定义参数
参数均为get请求参数, 请求方式为get请求
配置oauth2
后端方案
系统配置相关
新增接口
字段说明
登录校验
新增接口
后端流程
The text was updated successfully, but these errors were encountered: