vilnius / tvarkau-vilniu-ms

Tvarkau Vilnių backend
MIT License
9 stars 2 forks source link

Upgrade doorkeeper and enable client credentials grant #85

Closed laurynas closed 6 years ago

laurynas commented 6 years ago

@mjurkus

New doorkeeper version allows to get token via client credentials grant without password for not confidential apps. It would be much more appropriate way to get anonymous token than password login with the "guest" user. I plan to remove password grant login with "guest" later.