首页 > 代码库 > Simple Web API Server in Golang (2)
Simple Web API Server in Golang (2)
In this challenge, I tried to implement a simple OAuth2 server basing on Simple Web API Server in [1].
For OAuth2, go to http://oauth.net/2/.
Endpoint
- /api/2/domains/{domain name}/oauth/access_token
- Use port 80. We would like to use other ports such as 8080 for testing
- You could use the same port used for proxyauth endpoint
- Https is required for OAuth2 but we don’t use it for this challenge
(to be continued...)
[1] Simple Web API Server : http://www.topcoder.com/challenge-details/30046011/?type=develop&noncache=true
[2] OAuth2 Server : http://www.topcoder.com/challenge-details/30046224/?type=develop
[3] git : https://coding.net/u/huys03/p/SimpleWebAPIServer/git
Simple Web API Server in Golang (2)
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。