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
已完成部分认证.
就差在获取 access_token 这一步, 而且这一步是禁止跨域的POST请求
POST https://github.com/login/oauth/access_token
对于serveless的站点来说, 是有点蛋疼
相关问题: isaacs/github#330
OAuth2架构: https://tools.ietf.org/html/rfc6749#section-4.2
出于一些安全问题, OAuth验证无法在纯粹的浏览器内完成
专门用与通过code获取access_token GET https://axetroy.herokuapp.com/oauth?code=xxxx
本地调试有些麻烦 Github授权登陆之后, 需要跳转地址, 而这个地址不能指向本地. 地址必须和APP里面填写的url同域
目前授权登陆已完成, 但是不做后续的东西了 没有考虑周全, 使用Github有天然的优势
The text was updated successfully, but these errors were encountered:
No branches or pull requests
已完成部分认证.
就差在获取 access_token 这一步, 而且这一步是禁止跨域的POST请求
POST https://github.com/login/oauth/access_token
对于serveless的站点来说, 是有点蛋疼
相关问题: isaacs/github#330
OAuth2架构: https://tools.ietf.org/html/rfc6749#section-4.2
出于一些安全问题, OAuth验证无法在纯粹的浏览器内完成
已废弃
目前授权登陆已完成, 但是不做后续的东西了
没有考虑周全, 使用Github有天然的优势
The text was updated successfully, but these errors were encountered: