| Module | Oauth::Controllers::ConsumerController |
| In: |
lib/oauth/controllers/consumer_controller.rb
|
If the user has no token or force is set as a param, creates request token and redirects on to oauth provider‘s auth page. Otherwise it displays a page with an option to disconnect and redo
Override this in your controller to decide where you want to redirect user to after callback is finished.