Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Application#confidential? to determine revocation auth eligibility
OAuth applications that obtain an access token using the "implicit" grant flow will have their ID set on the token record. Unfortunately this causes the revocation controller code to think it's as confidential application. Because of this, Doorkeeper enforces oauth client authentication and the revocation call fails. Fixes doorkeeper-gem#891
- Loading branch information