2 Star 6 Fork 4

Jason的雷哥 / apigw-quickstart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
access_flow.plantuml 486 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jason的雷哥 提交于 2018-10-17 15:48 . 1. 为网关追加SSL开关功能
@startuml
title API Gateway client access flow
Client -> "Oauth server" : request for access token
"Oauth server" -> Client : response access token
Client -> "Gateway entry" : request with access token
"Gateway entry" -> "Oauth server" : submit access token
"Oauth server" -> "Gateway entry" : receive authorize scope
"Gateway entry" -> "Special adapter" : generate sessionid & call adapter by URI and request method
"Special adapter" -> Client : response by the authorize scope
@enduml
Go
1
https://gitee.com/jason_elva8325/apigw-quickstart.git
git@gitee.com:jason_elva8325/apigw-quickstart.git
jason_elva8325
apigw-quickstart
apigw-quickstart
master

搜索帮助