验证后与API交互以获取用户信息

时间:2018-08-06 06:49:47

标签: oauth-2.0 hyperledger github-api hyperledger-composer gitlab-api

我对REST服务器进行了身份验证,并在cookie中获得了一个令牌。该令牌允许访问REST服务器,但我想与身份验证服务进行交互。

Github对该消息的答复

 {
      "message": "Bad credentials",
      "documentation_url": "https://developer.github.com/v3"
 }

Gitlab仅返回

401 (Unauthorized)

我正在使用从cookie返回的令牌作为HTTP标头

Authorization: `token`
Authorization: bearer `token`
Authorization: token `token`

0 个答案:

没有答案