Since Doorkeeper is an isolated Engine we have no access to whatever you did in ApplicationController
. But what if you need a current_user? What could be a workaround here?
The first idea is to monkey-patch ActionController::Base. Any better thoughts?