Skip to content
nov edited this page Oct 3, 2014 · 11 revisions

as OAuth Client

as OAuth Server

TODO:

Debugging

Call Rack::OAuth2.debug!, then you'll see all HTTP requests after that line in the log.

In Rails, you'll need to set Rack::OAuth2.logger = Rails.logger.

Rack::OAuth2.debug!
Rack::OAuth2.logger = Rails.logger
Clone this wiki locally