I use Doorkeeper to manage client applications in the Rails-based API that I create. I have a controller action in which I would like to check some information about the client application by sending a request that processes the action.
Does Doorkeeper provide an auxiliary or other easy way to access (in the controller) the Doorkeeper :: Application that handled the request? I foresee an analogue of the Devise method 'current_user'.
If such an assistant does not exist, how can I get this information?
MrTheWalrus
source share