An open API service indexing awesome lists of open source software.

https://github.com/axetroy/github-oauth-serve

用来验证Github的oauth的服务端
https://github.com/axetroy/github-oauth-serve

github-oauth

Last synced: 8 months ago
JSON representation

用来验证Github的oauth的服务端

Awesome Lists containing this project

README

          

# github-oauth-serve

[![Greenkeeper badge](https://badges.greenkeeper.io/axetroy/github-oauth-serve.svg)](https://greenkeeper.io/)
用来验证Github的oauth的服务端

验证地址``/oauth?code=:code``

已部署到heroku, https://github-oauth-serve.herokuapp.com/oauth?code=:code

- code为Github授权之后返回的参数, 通过该参数获取到access_token. 这时授权登陆才算完成