Преглед изворни кода

companion: remove ouath scopes for zoom (#2464)

* companion: remove ouath scopes for zoom

* companion: fix test
Ifedapo .A. Olarewaju пре 4 година
родитељ
комит
76e3bb8ad7

+ 0 - 1
packages/@uppy/companion/src/config/grant.js

@@ -34,7 +34,6 @@ module.exports = () => {
       transport: 'session',
       authorize_url: 'https://zoom.us/oauth/authorize',
       access_url: 'https://zoom.us/oauth/token',
-      scope: ['recording:read', 'user:read'],
       callback: '/zoom/callback'
     }
   }

+ 0 - 1
packages/@uppy/companion/test/__tests__/provider-manager.js

@@ -65,7 +65,6 @@ describe('Test Provider options', () => {
       authorize_url: 'https://zoom.us/oauth/authorize',
       redirect_uri: 'http://localhost:3020/zoom/redirect',
       access_url: 'https://zoom.us/oauth/token',
-      scope: ['recording:read', 'user:read'],
       callback: '/zoom/callback'
     })
   })