client_credentials grant type does not support refresh tokens. Fortunately, 2 days ago doorkeeper 5.0.0 was released. It allows using custom expiration time by grant type.
Setting 1 year expiration date for client credentials grant, 1 hour - for other grant types.
@mjurkus
client_credentials
grant type does not support refresh tokens. Fortunately, 2 days ago doorkeeper 5.0.0 was released. It allows using custom expiration time by grant type.Setting 1 year expiration date for client credentials grant, 1 hour - for other grant types.