I have an application that uses both the flows client_credentials and authorization_code. Initially we were only following the authorization_code grant flow and created a doorkeeper strategy to handle use log in. Now we are trying to implement client credentials grant flow, after getting the token, how to enter in the application
- should we skip devise authentication
- Or is there any other way to handle it
I tried looking in this PR - Devise-doorkeeper but there is no owner_id on application. Can someone please assist if having the same scenario.