config/routes.rb in doorkeeper-0.1.1 vs config/routes.rb in doorkeeper-0.2.0
- old
+ new
@@ -3,6 +3,7 @@
post 'authorize', :to => "authorizations#create", :as => :authorization
delete 'authorize', :to => "authorizations#destroy", :as => :authorization
post 'token', :to => "tokens#create", :as => :token
resources :applications
+ resources :authorized_applications, :only => [:index, :destroy]
end