]> git.openstreetmap.org Git - rails.git/blobdiff - lib/oauth.rb
Highlight moderator-only scopes when showing authorizations
[rails.git] / lib / oauth.rb
index 0456c08732a927eb1c944f74b5ccc969f9971ce4..e5642163d5cde62388bdd06124b65ee86bd64a5f 100644 (file)
@@ -1,6 +1,7 @@
 module Oauth
   SCOPES = %w[read_prefs write_prefs write_diary write_api read_gpx write_gpx write_notes].freeze
   PRIVILEGED_SCOPES = %w[read_email skip_authorization].freeze
+  MODERATOR_SCOPES = %w[].freeze
   OAUTH2_SCOPES = %w[openid].freeze
 
   class Scope