【问题标题】:Client_secret for grant_type = passwordgrant_type 的 Client_secret = 密码
【发布时间】:2013-06-27 07:45:43
【问题描述】:

我正在使用门卫作为我的 iOS 应用程序的 API。我想删除 client_secret 的需要,因此令牌的 post 参数如下所示。

grant_type=password&
username=USERNAME&
password=PASSWORD&
client_id=CLIENT_ID

不胜感激!

谢谢,

路德维格

【问题讨论】:

    标签: doorkeeper


    【解决方案1】:

    你需要设置一个隐式授权

    https://github.com/applicake/doorkeeper/wiki/Supported-Features

    您需要将implicit_grant 传递给门卫。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-05-24
      • 1970-01-01
      • 1970-01-01
      • 2014-01-08
      • 2015-07-18
      • 2021-12-03
      • 1970-01-01
      • 2018-09-16
      相关资源
      最近更新 更多