Question

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

Was it helpful?

Solution

you need to set up an implicit grant

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

you need to pass implicit_grant to doorkeeper.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top