1
將門衛用作我的iOS應用程序的API。我想刪除一個client_secret的需要,所以令牌的post參數如下所示。grant_type = password的Client_secret
grant_type=password&
username=USERNAME&
password=PASSWORD&
client_id=CLIENT_ID
幫助將apprecieted!
感謝,
路德維希
將門衛用作我的iOS應用程序的API。我想刪除一個client_secret的需要,所以令牌的post參數如下所示。grant_type = password的Client_secret
grant_type=password&
username=USERNAME&
password=PASSWORD&
client_id=CLIENT_ID
幫助將apprecieted!
感謝,
路德維希
你需要建立一個隱含的補助
https://github.com/applicake/doorkeeper/wiki/Supported-Features
你需要傳遞給implicit_grant守門人。