]> git.openstreetmap.org Git - rails.git/blobdiff - app/abilities/ability.rb
Add support for OAuth2 using doorkeeper
[rails.git] / app / abilities / ability.rb
index 9c832b43ac48bc278ba4b2f7e0dab3b99aaf7c11..c03ab288ca36d06c309c90e406a8ad5f18ea5398 100644 (file)
@@ -39,6 +39,9 @@ class Ability
 
       if Settings.status != "database_offline"
         can [:index, :new, :create, :show, :edit, :update, :destroy], ClientApplication
+        can [:index, :new, :create, :show, :edit, :update, :destroy], :oauth2_application
+        can [:index, :destroy], :oauth2_authorized_application
+        can [:new, :show, :create, :destroy], :oauth2_authorization
         can [:new, :create, :edit, :update, :comment, :subscribe, :unsubscribe], DiaryEntry
         can [:make_friend, :remove_friend], Friendship
         can [:new, :create, :reply, :show, :inbox, :outbox, :mark, :destroy], Message