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的服务端
- Host: GitHub
- URL: https://github.com/axetroy/github-oauth-serve
- Owner: axetroy
- Created: 2017-04-26T02:13:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T09:32:41.000Z (over 1 year ago)
- Last Synced: 2025-03-20T08:23:21.344Z (10 months ago)
- Topics: github-oauth
- Language: JavaScript
- Homepage: https://github-oauth-serve.herokuapp.com/
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-oauth-serve
[](https://greenkeeper.io/)
用来验证Github的oauth的服务端
验证地址``/oauth?code=:code``
已部署到heroku, https://github-oauth-serve.herokuapp.com/oauth?code=:code
- code为Github授权之后返回的参数, 通过该参数获取到access_token. 这时授权登陆才算完成