質問

Im using doorkeeper as an API for my iOS app. I would like to remove the need of a client_secret so the post parameters for a token would look like the following.

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

Help would be apprecieted!

Thanks,

Ludvig

役に立ちましたか?

解決

you need to set up an implicit grant

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

you need to pass implicit_grant to doorkeeper.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top