Delegates OAuth authentication to other authentication server.
For Rails example:
class ApplicationController < ActionController::Base use Rack::OauthProxy, url: "http://auth.example.com/oauth/token" end