You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the bare minimum to get either an :unauthorized response (that's why the Head module was included) or a authorized response with the response body.
Since doorkeeper uses a before filter, you need to include the AbstractController::Callbacks module.