【发布时间】:2017-01-26 02:28:23
【问题描述】:
我在终端中做了这个卷曲模式,效果很好。
curl -vvv -X POST \
-d username=ben%2Bmember@better.co \
-d password=1234asdf \
-d grant_type=password \
https://dem.better.co/oauth/token
工作正常,我的意思是它返回了一个 access_token、token_type:bearer 和一个 refresh_token。 我的问题是如何在邮递员中重现它以获得 access_token 等。这就是我放在那里的内容:
和 但是我不断收到此错误: 我没有在我的标题中放任何东西(不知道在那里做什么)。我的授权类型是 OAuth 2 btw。请帮忙。非常感谢提前:-)
【问题讨论】:
标签: curl oauth-2.0 token jwt postman